Interface PrivateConnectivityOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PrivateConnectivity
,PrivateConnectivity.Builder
public interface PrivateConnectivityOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getPrivateConnectionName()
string private_connection_name = 1 [(.google.api.field_behavior) = REQUIRED];
com.google.protobuf.ByteString
getPrivateConnectionNameBytes()
string private_connection_name = 1 [(.google.api.field_behavior) = REQUIRED];
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPrivateConnectionName
String getPrivateConnectionName()
string private_connection_name = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The privateConnectionName.
-
getPrivateConnectionNameBytes
com.google.protobuf.ByteString getPrivateConnectionNameBytes()
string private_connection_name = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for privateConnectionName.
-
-