Package codegen

Interface MapperOuterClass.GetMappingRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      MapperOuterClass.MapperParameterizationHint getParameterizationHint()
      An optional parameterization that should be used on the named plugin before asking it for mappings.
      MapperOuterClass.MapperParameterizationHintOrBuilder getParameterizationHintOrBuilder()
      An optional parameterization that should be used on the named plugin before asking it for mappings.
      java.lang.String getProvider()
      The name of the source provider (e.g.
      com.google.protobuf.ByteString getProviderBytes()
      The name of the source provider (e.g.
      java.lang.String getPulumiProvider()
      The name of the Pulumi plugin that is expected to provide the mapping.
      com.google.protobuf.ByteString getPulumiProviderBytes()
      The name of the Pulumi plugin that is expected to provide the mapping.
      boolean hasParameterizationHint()
      An optional parameterization that should be used on the named plugin before asking it for mappings.
      • 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 name of the source provider (e.g. the Terraform provider name if a Terraform program is being converted) for
         which a mapping into Pulumi should be returned.
         
        string provider = 1;
        Returns:
        The provider.
      • getProviderBytes

        com.google.protobuf.ByteString getProviderBytes()
         The name of the source provider (e.g. the Terraform provider name if a Terraform program is being converted) for
         which a mapping into Pulumi should be returned.
         
        string provider = 1;
        Returns:
        The bytes for provider.
      • getPulumiProvider

        java.lang.String getPulumiProvider()
         The name of the Pulumi plugin that is expected to provide the mapping. If left empty, will be defaulted to the
         source provider name.
         
        string pulumi_provider = 2;
        Returns:
        The pulumiProvider.
      • getPulumiProviderBytes

        com.google.protobuf.ByteString getPulumiProviderBytes()
         The name of the Pulumi plugin that is expected to provide the mapping. If left empty, will be defaulted to the
         source provider name.
         
        string pulumi_provider = 2;
        Returns:
        The bytes for pulumiProvider.
      • hasParameterizationHint

        boolean hasParameterizationHint()
         An optional parameterization that should be used on the named plugin before asking it for mappings.
         
        .codegen.MapperParameterizationHint parameterization_hint = 3;
        Returns:
        Whether the parameterizationHint field is set.
      • getParameterizationHint

        MapperOuterClass.MapperParameterizationHint getParameterizationHint()
         An optional parameterization that should be used on the named plugin before asking it for mappings.
         
        .codegen.MapperParameterizationHint parameterization_hint = 3;
        Returns:
        The parameterizationHint.
      • getParameterizationHintOrBuilder

        MapperOuterClass.MapperParameterizationHintOrBuilder getParameterizationHintOrBuilder()
         An optional parameterization that should be used on the named plugin before asking it for mappings.
         
        .codegen.MapperParameterizationHint parameterization_hint = 3;