Class PrivateConnection.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<PrivateConnection.Builder>
-
- com.google.cloud.datastream.v1alpha1.PrivateConnection.Builder
-
- All Implemented Interfaces:
PrivateConnectionOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- PrivateConnection
public static final class PrivateConnection.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<PrivateConnection.Builder> implements PrivateConnectionOrBuilder
The PrivateConnection resource is used to establish private connectivity between Datastream and a customer's network.
Protobuf typegoogle.cloud.datastream.v1alpha1.PrivateConnection
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description PrivateConnection.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
PrivateConnection
build()
PrivateConnection
buildPartial()
PrivateConnection.Builder
clear()
PrivateConnection.Builder
clearCreateTime()
Output only.PrivateConnection.Builder
clearDisplayName()
Required.PrivateConnection.Builder
clearError()
Output only.PrivateConnection.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
PrivateConnection.Builder
clearLabels()
PrivateConnection.Builder
clearName()
Output only.PrivateConnection.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
PrivateConnection.Builder
clearState()
Output only.PrivateConnection.Builder
clearUpdateTime()
Output only.PrivateConnection.Builder
clearVpcPeeringConfig()
VPC Peering ConfigPrivateConnection.Builder
clone()
boolean
containsLabels(String key)
Labels.com.google.protobuf.Timestamp
getCreateTime()
Output only.com.google.protobuf.Timestamp.Builder
getCreateTimeBuilder()
Output only.com.google.protobuf.TimestampOrBuilder
getCreateTimeOrBuilder()
Output only.PrivateConnection
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
String
getDisplayName()
Required.com.google.protobuf.ByteString
getDisplayNameBytes()
Required.Error
getError()
Output only.Error.Builder
getErrorBuilder()
Output only.ErrorOrBuilder
getErrorOrBuilder()
Output only.Map<String,String>
getLabels()
Deprecated.int
getLabelsCount()
Labels.Map<String,String>
getLabelsMap()
Labels.String
getLabelsOrDefault(String key, String defaultValue)
Labels.String
getLabelsOrThrow(String key)
Labels.Map<String,String>
getMutableLabels()
Deprecated.String
getName()
Output only.com.google.protobuf.ByteString
getNameBytes()
Output only.PrivateConnection.State
getState()
Output only.int
getStateValue()
Output only.com.google.protobuf.Timestamp
getUpdateTime()
Output only.com.google.protobuf.Timestamp.Builder
getUpdateTimeBuilder()
Output only.com.google.protobuf.TimestampOrBuilder
getUpdateTimeOrBuilder()
Output only.VpcPeeringConfig
getVpcPeeringConfig()
VPC Peering ConfigVpcPeeringConfig.Builder
getVpcPeeringConfigBuilder()
VPC Peering ConfigVpcPeeringConfigOrBuilder
getVpcPeeringConfigOrBuilder()
VPC Peering Configboolean
hasCreateTime()
Output only.boolean
hasError()
Output only.boolean
hasUpdateTime()
Output only.boolean
hasVpcPeeringConfig()
VPC Peering Configprotected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
protected com.google.protobuf.MapField
internalGetMapField(int number)
protected com.google.protobuf.MapField
internalGetMutableMapField(int number)
boolean
isInitialized()
PrivateConnection.Builder
mergeCreateTime(com.google.protobuf.Timestamp value)
Output only.PrivateConnection.Builder
mergeError(Error value)
Output only.PrivateConnection.Builder
mergeFrom(PrivateConnection other)
PrivateConnection.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
PrivateConnection.Builder
mergeFrom(com.google.protobuf.Message other)
PrivateConnection.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
PrivateConnection.Builder
mergeUpdateTime(com.google.protobuf.Timestamp value)
Output only.PrivateConnection.Builder
mergeVpcPeeringConfig(VpcPeeringConfig value)
VPC Peering ConfigPrivateConnection.Builder
putAllLabels(Map<String,String> values)
Labels.PrivateConnection.Builder
putLabels(String key, String value)
Labels.PrivateConnection.Builder
removeLabels(String key)
Labels.PrivateConnection.Builder
setCreateTime(com.google.protobuf.Timestamp value)
Output only.PrivateConnection.Builder
setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only.PrivateConnection.Builder
setDisplayName(String value)
Required.PrivateConnection.Builder
setDisplayNameBytes(com.google.protobuf.ByteString value)
Required.PrivateConnection.Builder
setError(Error value)
Output only.PrivateConnection.Builder
setError(Error.Builder builderForValue)
Output only.PrivateConnection.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
PrivateConnection.Builder
setName(String value)
Output only.PrivateConnection.Builder
setNameBytes(com.google.protobuf.ByteString value)
Output only.PrivateConnection.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
PrivateConnection.Builder
setState(PrivateConnection.State value)
Output only.PrivateConnection.Builder
setStateValue(int value)
Output only.PrivateConnection.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
PrivateConnection.Builder
setUpdateTime(com.google.protobuf.Timestamp value)
Output only.PrivateConnection.Builder
setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only.PrivateConnection.Builder
setVpcPeeringConfig(VpcPeeringConfig value)
VPC Peering ConfigPrivateConnection.Builder
setVpcPeeringConfig(VpcPeeringConfig.Builder builderForValue)
VPC Peering Config-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetMapField
protected com.google.protobuf.MapField internalGetMapField(int number)
- Overrides:
internalGetMapField
in classcom.google.protobuf.GeneratedMessageV3.Builder<PrivateConnection.Builder>
-
internalGetMutableMapField
protected com.google.protobuf.MapField internalGetMutableMapField(int number)
- Overrides:
internalGetMutableMapField
in classcom.google.protobuf.GeneratedMessageV3.Builder<PrivateConnection.Builder>
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<PrivateConnection.Builder>
-
clear
public PrivateConnection.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<PrivateConnection.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<PrivateConnection.Builder>
-
getDefaultInstanceForType
public PrivateConnection getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public PrivateConnection build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public PrivateConnection buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public PrivateConnection.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<PrivateConnection.Builder>
-
setField
public PrivateConnection.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<PrivateConnection.Builder>
-
clearField
public PrivateConnection.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<PrivateConnection.Builder>
-
clearOneof
public PrivateConnection.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<PrivateConnection.Builder>
-
setRepeatedField
public PrivateConnection.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<PrivateConnection.Builder>
-
addRepeatedField
public PrivateConnection.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<PrivateConnection.Builder>
-
mergeFrom
public PrivateConnection.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<PrivateConnection.Builder>
-
mergeFrom
public PrivateConnection.Builder mergeFrom(PrivateConnection other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<PrivateConnection.Builder>
-
mergeFrom
public PrivateConnection.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<PrivateConnection.Builder>
- Throws:
IOException
-
getName
public String getName()
Output only. The resource's name.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getName
in interfacePrivateConnectionOrBuilder
- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
Output only. The resource's name.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getNameBytes
in interfacePrivateConnectionOrBuilder
- Returns:
- The bytes for name.
-
setName
public PrivateConnection.Builder setName(String value)
Output only. The resource's name.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Parameters:
value
- The name to set.- Returns:
- This builder for chaining.
-
clearName
public PrivateConnection.Builder clearName()
Output only. The resource's name.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- This builder for chaining.
-
setNameBytes
public PrivateConnection.Builder setNameBytes(com.google.protobuf.ByteString value)
Output only. The resource's name.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Parameters:
value
- The bytes for name to set.- Returns:
- This builder for chaining.
-
hasCreateTime
public boolean hasCreateTime()
Output only. The create time of the resource.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
hasCreateTime
in interfacePrivateConnectionOrBuilder
- Returns:
- Whether the createTime field is set.
-
getCreateTime
public com.google.protobuf.Timestamp getCreateTime()
Output only. The create time of the resource.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getCreateTime
in interfacePrivateConnectionOrBuilder
- Returns:
- The createTime.
-
setCreateTime
public PrivateConnection.Builder setCreateTime(com.google.protobuf.Timestamp value)
Output only. The create time of the resource.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
setCreateTime
public PrivateConnection.Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only. The create time of the resource.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
mergeCreateTime
public PrivateConnection.Builder mergeCreateTime(com.google.protobuf.Timestamp value)
Output only. The create time of the resource.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
clearCreateTime
public PrivateConnection.Builder clearCreateTime()
Output only. The create time of the resource.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getCreateTimeBuilder
public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder()
Output only. The create time of the resource.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getCreateTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The create time of the resource.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getCreateTimeOrBuilder
in interfacePrivateConnectionOrBuilder
-
hasUpdateTime
public boolean hasUpdateTime()
Output only. The update time of the resource.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
hasUpdateTime
in interfacePrivateConnectionOrBuilder
- Returns:
- Whether the updateTime field is set.
-
getUpdateTime
public com.google.protobuf.Timestamp getUpdateTime()
Output only. The update time of the resource.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getUpdateTime
in interfacePrivateConnectionOrBuilder
- Returns:
- The updateTime.
-
setUpdateTime
public PrivateConnection.Builder setUpdateTime(com.google.protobuf.Timestamp value)
Output only. The update time of the resource.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
setUpdateTime
public PrivateConnection.Builder setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only. The update time of the resource.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
mergeUpdateTime
public PrivateConnection.Builder mergeUpdateTime(com.google.protobuf.Timestamp value)
Output only. The update time of the resource.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
clearUpdateTime
public PrivateConnection.Builder clearUpdateTime()
Output only. The update time of the resource.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getUpdateTimeBuilder
public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder()
Output only. The update time of the resource.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getUpdateTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. The update time of the resource.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getUpdateTimeOrBuilder
in interfacePrivateConnectionOrBuilder
-
getLabelsCount
public int getLabelsCount()
Description copied from interface:PrivateConnectionOrBuilder
Labels.
map<string, string> labels = 4;
- Specified by:
getLabelsCount
in interfacePrivateConnectionOrBuilder
-
containsLabels
public boolean containsLabels(String key)
Labels.
map<string, string> labels = 4;
- Specified by:
containsLabels
in interfacePrivateConnectionOrBuilder
-
getLabels
@Deprecated public Map<String,String> getLabels()
Deprecated.UsegetLabelsMap()
instead.- Specified by:
getLabels
in interfacePrivateConnectionOrBuilder
-
getLabelsMap
public Map<String,String> getLabelsMap()
Labels.
map<string, string> labels = 4;
- Specified by:
getLabelsMap
in interfacePrivateConnectionOrBuilder
-
getLabelsOrDefault
public String getLabelsOrDefault(String key, String defaultValue)
Labels.
map<string, string> labels = 4;
- Specified by:
getLabelsOrDefault
in interfacePrivateConnectionOrBuilder
-
getLabelsOrThrow
public String getLabelsOrThrow(String key)
Labels.
map<string, string> labels = 4;
- Specified by:
getLabelsOrThrow
in interfacePrivateConnectionOrBuilder
-
clearLabels
public PrivateConnection.Builder clearLabels()
-
removeLabels
public PrivateConnection.Builder removeLabels(String key)
Labels.
map<string, string> labels = 4;
-
getMutableLabels
@Deprecated public Map<String,String> getMutableLabels()
Deprecated.Use alternate mutation accessors instead.
-
putLabels
public PrivateConnection.Builder putLabels(String key, String value)
Labels.
map<string, string> labels = 4;
-
putAllLabels
public PrivateConnection.Builder putAllLabels(Map<String,String> values)
Labels.
map<string, string> labels = 4;
-
getDisplayName
public String getDisplayName()
Required. Display name.
string display_name = 5 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getDisplayName
in interfacePrivateConnectionOrBuilder
- Returns:
- The displayName.
-
getDisplayNameBytes
public com.google.protobuf.ByteString getDisplayNameBytes()
Required. Display name.
string display_name = 5 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getDisplayNameBytes
in interfacePrivateConnectionOrBuilder
- Returns:
- The bytes for displayName.
-
setDisplayName
public PrivateConnection.Builder setDisplayName(String value)
Required. Display name.
string display_name = 5 [(.google.api.field_behavior) = REQUIRED];
- Parameters:
value
- The displayName to set.- Returns:
- This builder for chaining.
-
clearDisplayName
public PrivateConnection.Builder clearDisplayName()
Required. Display name.
string display_name = 5 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- This builder for chaining.
-
setDisplayNameBytes
public PrivateConnection.Builder setDisplayNameBytes(com.google.protobuf.ByteString value)
Required. Display name.
string display_name = 5 [(.google.api.field_behavior) = REQUIRED];
- Parameters:
value
- The bytes for displayName to set.- Returns:
- This builder for chaining.
-
getStateValue
public int getStateValue()
Output only. The state of the Private Connection.
.google.cloud.datastream.v1alpha1.PrivateConnection.State state = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getStateValue
in interfacePrivateConnectionOrBuilder
- Returns:
- The enum numeric value on the wire for state.
-
setStateValue
public PrivateConnection.Builder setStateValue(int value)
Output only. The state of the Private Connection.
.google.cloud.datastream.v1alpha1.PrivateConnection.State state = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Parameters:
value
- The enum numeric value on the wire for state to set.- Returns:
- This builder for chaining.
-
getState
public PrivateConnection.State getState()
Output only. The state of the Private Connection.
.google.cloud.datastream.v1alpha1.PrivateConnection.State state = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getState
in interfacePrivateConnectionOrBuilder
- Returns:
- The state.
-
setState
public PrivateConnection.Builder setState(PrivateConnection.State value)
Output only. The state of the Private Connection.
.google.cloud.datastream.v1alpha1.PrivateConnection.State state = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Parameters:
value
- The state to set.- Returns:
- This builder for chaining.
-
clearState
public PrivateConnection.Builder clearState()
Output only. The state of the Private Connection.
.google.cloud.datastream.v1alpha1.PrivateConnection.State state = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- This builder for chaining.
-
hasError
public boolean hasError()
Output only. In case of error, the details of the error in a user-friendly format.
.google.cloud.datastream.v1alpha1.Error error = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
hasError
in interfacePrivateConnectionOrBuilder
- Returns:
- Whether the error field is set.
-
getError
public Error getError()
Output only. In case of error, the details of the error in a user-friendly format.
.google.cloud.datastream.v1alpha1.Error error = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getError
in interfacePrivateConnectionOrBuilder
- Returns:
- The error.
-
setError
public PrivateConnection.Builder setError(Error value)
Output only. In case of error, the details of the error in a user-friendly format.
.google.cloud.datastream.v1alpha1.Error error = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
setError
public PrivateConnection.Builder setError(Error.Builder builderForValue)
Output only. In case of error, the details of the error in a user-friendly format.
.google.cloud.datastream.v1alpha1.Error error = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
mergeError
public PrivateConnection.Builder mergeError(Error value)
Output only. In case of error, the details of the error in a user-friendly format.
.google.cloud.datastream.v1alpha1.Error error = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
clearError
public PrivateConnection.Builder clearError()
Output only. In case of error, the details of the error in a user-friendly format.
.google.cloud.datastream.v1alpha1.Error error = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getErrorBuilder
public Error.Builder getErrorBuilder()
Output only. In case of error, the details of the error in a user-friendly format.
.google.cloud.datastream.v1alpha1.Error error = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getErrorOrBuilder
public ErrorOrBuilder getErrorOrBuilder()
Output only. In case of error, the details of the error in a user-friendly format.
.google.cloud.datastream.v1alpha1.Error error = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getErrorOrBuilder
in interfacePrivateConnectionOrBuilder
-
hasVpcPeeringConfig
public boolean hasVpcPeeringConfig()
VPC Peering Config
.google.cloud.datastream.v1alpha1.VpcPeeringConfig vpc_peering_config = 100;
- Specified by:
hasVpcPeeringConfig
in interfacePrivateConnectionOrBuilder
- Returns:
- Whether the vpcPeeringConfig field is set.
-
getVpcPeeringConfig
public VpcPeeringConfig getVpcPeeringConfig()
VPC Peering Config
.google.cloud.datastream.v1alpha1.VpcPeeringConfig vpc_peering_config = 100;
- Specified by:
getVpcPeeringConfig
in interfacePrivateConnectionOrBuilder
- Returns:
- The vpcPeeringConfig.
-
setVpcPeeringConfig
public PrivateConnection.Builder setVpcPeeringConfig(VpcPeeringConfig value)
VPC Peering Config
.google.cloud.datastream.v1alpha1.VpcPeeringConfig vpc_peering_config = 100;
-
setVpcPeeringConfig
public PrivateConnection.Builder setVpcPeeringConfig(VpcPeeringConfig.Builder builderForValue)
VPC Peering Config
.google.cloud.datastream.v1alpha1.VpcPeeringConfig vpc_peering_config = 100;
-
mergeVpcPeeringConfig
public PrivateConnection.Builder mergeVpcPeeringConfig(VpcPeeringConfig value)
VPC Peering Config
.google.cloud.datastream.v1alpha1.VpcPeeringConfig vpc_peering_config = 100;
-
clearVpcPeeringConfig
public PrivateConnection.Builder clearVpcPeeringConfig()
VPC Peering Config
.google.cloud.datastream.v1alpha1.VpcPeeringConfig vpc_peering_config = 100;
-
getVpcPeeringConfigBuilder
public VpcPeeringConfig.Builder getVpcPeeringConfigBuilder()
VPC Peering Config
.google.cloud.datastream.v1alpha1.VpcPeeringConfig vpc_peering_config = 100;
-
getVpcPeeringConfigOrBuilder
public VpcPeeringConfigOrBuilder getVpcPeeringConfigOrBuilder()
VPC Peering Config
.google.cloud.datastream.v1alpha1.VpcPeeringConfig vpc_peering_config = 100;
- Specified by:
getVpcPeeringConfigOrBuilder
in interfacePrivateConnectionOrBuilder
-
setUnknownFields
public final PrivateConnection.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<PrivateConnection.Builder>
-
mergeUnknownFields
public final PrivateConnection.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<PrivateConnection.Builder>
-
-