public interface PrivateConnectionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsLabels(String key)
Labels.
|
com.google.protobuf.Timestamp |
getCreateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
String |
getDisplayName()
Required.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Required.
|
Error |
getError()
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.
|
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.TimestampOrBuilder |
getUpdateTimeOrBuilder()
Output only.
|
VpcPeeringConfig |
getVpcPeeringConfig()
VPC Peering Config.
|
VpcPeeringConfigOrBuilder |
getVpcPeeringConfigOrBuilder()
VPC Peering Config.
|
boolean |
hasCreateTime()
Output only.
|
boolean |
hasError()
Output only.
|
boolean |
hasUpdateTime()
Output only.
|
boolean |
hasVpcPeeringConfig()
VPC Peering Config.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Output only. The resource's name.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getNameBytes()
Output only. The resource's name.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];boolean hasCreateTime()
Output only. The create time of the resource.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
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];
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];
boolean hasUpdateTime()
Output only. The update time of the resource.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
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];
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];
int getLabelsCount()
Labels.
map<string, string> labels = 4;boolean containsLabels(String key)
Labels.
map<string, string> labels = 4;@Deprecated Map<String,String> getLabels()
getLabelsMap() instead.String getLabelsOrDefault(String key, String defaultValue)
Labels.
map<string, string> labels = 4;String getDisplayName()
Required. Display name.
string display_name = 5 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getDisplayNameBytes()
Required. Display name.
string display_name = 5 [(.google.api.field_behavior) = REQUIRED];int getStateValue()
Output only. The state of the Private Connection.
.google.cloud.datastream.v1.PrivateConnection.State state = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
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];
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];
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];
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];
boolean hasVpcPeeringConfig()
VPC Peering Config.
.google.cloud.datastream.v1.VpcPeeringConfig vpc_peering_config = 100;VpcPeeringConfig getVpcPeeringConfig()
VPC Peering Config.
.google.cloud.datastream.v1.VpcPeeringConfig vpc_peering_config = 100;VpcPeeringConfigOrBuilder getVpcPeeringConfigOrBuilder()
VPC Peering Config.
.google.cloud.datastream.v1.VpcPeeringConfig vpc_peering_config = 100;Copyright © 2022 Google LLC. All rights reserved.