public static final class FromMapping.Builder extends GeneratedMessage.Builder<FromMapping.Builder> implements FromMappingOrBuilderOutput variables whose values will be passed on to dependencies
Protobuf type google.cloud.saasplatform.saasservicemgmt.v1beta1.FromMapping
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > FromMapping.BuilderImplements
FromMappingOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public FromMapping build()| Returns | |
|---|---|
| Type | Description |
FromMapping |
|
buildPartial()
public FromMapping buildPartial()| Returns | |
|---|---|
| Type | Description |
FromMapping |
|
clear()
public FromMapping.Builder clear()| Returns | |
|---|---|
| Type | Description |
FromMapping.Builder |
|
clearDependency()
public FromMapping.Builder clearDependency()Required. Alias of the dependency that the outputVariable will pass its value to
string dependency = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FromMapping.Builder |
This builder for chaining. |
clearOutputVariable()
public FromMapping.Builder clearOutputVariable()Required. Name of the outputVariable on the dependency
string output_variable = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FromMapping.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public FromMapping getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
FromMapping |
|
getDependency()
public String getDependency()Required. Alias of the dependency that the outputVariable will pass its value to
string dependency = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The dependency. |
getDependencyBytes()
public ByteString getDependencyBytes()Required. Alias of the dependency that the outputVariable will pass its value to
string dependency = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for dependency. |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getOutputVariable()
public String getOutputVariable()Required. Name of the outputVariable on the dependency
string output_variable = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The outputVariable. |
getOutputVariableBytes()
public ByteString getOutputVariableBytes()Required. Name of the outputVariable on the dependency
string output_variable = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for outputVariable. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(FromMapping other)
public FromMapping.Builder mergeFrom(FromMapping other)| Parameter | |
|---|---|
| Name | Description |
other |
FromMapping |
| Returns | |
|---|---|
| Type | Description |
FromMapping.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public FromMapping.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FromMapping.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public FromMapping.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
FromMapping.Builder |
|
setDependency(String value)
public FromMapping.Builder setDependency(String value)Required. Alias of the dependency that the outputVariable will pass its value to
string dependency = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe dependency to set. |
| Returns | |
|---|---|
| Type | Description |
FromMapping.Builder |
This builder for chaining. |
setDependencyBytes(ByteString value)
public FromMapping.Builder setDependencyBytes(ByteString value)Required. Alias of the dependency that the outputVariable will pass its value to
string dependency = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for dependency to set. |
| Returns | |
|---|---|
| Type | Description |
FromMapping.Builder |
This builder for chaining. |
setOutputVariable(String value)
public FromMapping.Builder setOutputVariable(String value)Required. Name of the outputVariable on the dependency
string output_variable = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe outputVariable to set. |
| Returns | |
|---|---|
| Type | Description |
FromMapping.Builder |
This builder for chaining. |
setOutputVariableBytes(ByteString value)
public FromMapping.Builder setOutputVariableBytes(ByteString value)Required. Name of the outputVariable on the dependency
string output_variable = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for outputVariable to set. |
| Returns | |
|---|---|
| Type | Description |
FromMapping.Builder |
This builder for chaining. |