Package codegen

Interface MapperOuterClass.GetMappingRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getProvider()
      the provider name for the mapping being requested.
      com.google.protobuf.ByteString getProviderBytes()
      the provider name for the mapping being requested.
      java.lang.String getPulumiProvider()
      the expected name of the pulumi provider that maps to the requested provider.
      com.google.protobuf.ByteString getPulumiProviderBytes()
      the expected name of the pulumi provider that maps to the requested provider.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getProvider

        java.lang.String getProvider()
         the provider name for the mapping being requested.
         
        string provider = 1;
        Returns:
        The provider.
      • getProviderBytes

        com.google.protobuf.ByteString getProviderBytes()
         the provider name for the mapping being requested.
         
        string provider = 1;
        Returns:
        The bytes for provider.
      • getPulumiProvider

        java.lang.String getPulumiProvider()
         the expected name of the pulumi provider that maps to the requested provider. Defaults to the same as 'provider'.
         
        string pulumi_provider = 2;
        Returns:
        The pulumiProvider.
      • getPulumiProviderBytes

        com.google.protobuf.ByteString getPulumiProviderBytes()
         the expected name of the pulumi provider that maps to the requested provider. Defaults to the same as 'provider'.
         
        string pulumi_provider = 2;
        Returns:
        The bytes for pulumiProvider.