public interface PrivateConnectionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
containsLabels(String key)
public abstract boolean containsLabels(String key)Labels.
map<string, string> labels = 4;
| Name | Description |
| key | String |
| Type | Description |
| boolean |
getCreateTime()
public abstract Timestamp getCreateTime()Output only. The create time of the resource.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| Timestamp | The createTime. |
getCreateTimeOrBuilder()
public abstract TimestampOrBuilder getCreateTimeOrBuilder()Output only. The create time of the resource.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| TimestampOrBuilder |
getDisplayName()
public abstract String getDisplayName()Required. Display name.
string display_name = 5 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()Required. Display name.
string display_name = 5 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for displayName. |
getError()
public abstract Error getError()Output only. In case of error, the details of the error in a user-friendly format.
.google.cloud.datastream.v1.Error error = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| Error | The error. |
getErrorOrBuilder()
public abstract ErrorOrBuilder getErrorOrBuilder()Output only. In case of error, the details of the error in a user-friendly format.
.google.cloud.datastream.v1.Error error = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| ErrorOrBuilder |
getLabels()
public abstract Map<String,String> getLabels()Use #getLabelsMap() instead.
| Type | Description |
| Map<String,String> |
getLabelsCount()
public abstract int getLabelsCount()Labels.
map<string, string> labels = 4;
| Type | Description |
| int |
getLabelsMap()
public abstract Map<String,String> getLabelsMap()Labels.
map<string, string> labels = 4;
| Type | Description |
| Map<String,String> |
getLabelsOrDefault(String key, String defaultValue)
public abstract String getLabelsOrDefault(String key, String defaultValue)Labels.
map<string, string> labels = 4;
| Name | Description |
| key | String |
| defaultValue | String |
| Type | Description |
| String |
getLabelsOrThrow(String key)
public abstract String getLabelsOrThrow(String key)Labels.
map<string, string> labels = 4;
| Name | Description |
| key | String |
| Type | Description |
| String |
getName()
public abstract String getName()Output only. The resource's name.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| String | The name. |
getNameBytes()
public abstract ByteString getNameBytes()Output only. The resource's name.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| ByteString | The bytes for name. |
getState()
public abstract PrivateConnection.State getState()Output only. The state of the Private Connection.
.google.cloud.datastream.v1.PrivateConnection.State state = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| PrivateConnection.State | The state. |
getStateValue()
public abstract int getStateValue()Output only. The state of the Private Connection.
.google.cloud.datastream.v1.PrivateConnection.State state = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| int | The enum numeric value on the wire for state. |
getUpdateTime()
public abstract Timestamp getUpdateTime()Output only. The update time of the resource.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| Timestamp | The updateTime. |
getUpdateTimeOrBuilder()
public abstract TimestampOrBuilder getUpdateTimeOrBuilder()Output only. The update time of the resource.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| TimestampOrBuilder |
getVpcPeeringConfig()
public abstract VpcPeeringConfig getVpcPeeringConfig()VPC Peering Config.
.google.cloud.datastream.v1.VpcPeeringConfig vpc_peering_config = 100;
| Type | Description |
| VpcPeeringConfig | The vpcPeeringConfig. |
getVpcPeeringConfigOrBuilder()
public abstract VpcPeeringConfigOrBuilder getVpcPeeringConfigOrBuilder()VPC Peering Config.
.google.cloud.datastream.v1.VpcPeeringConfig vpc_peering_config = 100;
| Type | Description |
| VpcPeeringConfigOrBuilder |
hasCreateTime()
public abstract boolean hasCreateTime()Output only. The create time of the resource.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| boolean | Whether the createTime field is set. |
hasError()
public abstract boolean hasError()Output only. In case of error, the details of the error in a user-friendly format.
.google.cloud.datastream.v1.Error error = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| boolean | Whether the error field is set. |
hasUpdateTime()
public abstract boolean hasUpdateTime()Output only. The update time of the resource.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| boolean | Whether the updateTime field is set. |
hasVpcPeeringConfig()
public abstract boolean hasVpcPeeringConfig()VPC Peering Config.
.google.cloud.datastream.v1.VpcPeeringConfig vpc_peering_config = 100;
| Type | Description |
| boolean | Whether the vpcPeeringConfig field is set. |