Package codegen
Interface MapperOuterClass.GetMappingRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MapperOuterClass.GetMappingRequest,MapperOuterClass.GetMappingRequest.Builder
- Enclosing class:
- MapperOuterClass
public static interface MapperOuterClass.GetMappingRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MapperOuterClass.MapperParameterizationHintgetParameterizationHint()An optional parameterization that should be used on the named plugin before asking it for mappings.MapperOuterClass.MapperParameterizationHintOrBuildergetParameterizationHintOrBuilder()An optional parameterization that should be used on the named plugin before asking it for mappings.java.lang.StringgetProvider()The name of the source provider (e.g.com.google.protobuf.ByteStringgetProviderBytes()The name of the source provider (e.g.java.lang.StringgetPulumiProvider()The name of the Pulumi plugin that is expected to provide the mapping.com.google.protobuf.ByteStringgetPulumiProviderBytes()The name of the Pulumi plugin that is expected to provide the mapping.booleanhasParameterizationHint()An optional parameterization that should be used on the named plugin before asking it for mappings.-
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;
-
-