Package connection_request
Interface ConnectionRequestOuterClass.IamCredentialsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ConnectionRequestOuterClass.IamCredentials,ConnectionRequestOuterClass.IamCredentials.Builder
- Enclosing class:
- ConnectionRequestOuterClass
public static interface ConnectionRequestOuterClass.IamCredentialsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetClusterName()string cluster_name = 1;com.google.protobuf.ByteStringgetClusterNameBytes()string cluster_name = 1;intgetRefreshIntervalSeconds()optional uint32 refresh_interval_seconds = 4;java.lang.StringgetRegion()string region = 2;com.google.protobuf.ByteStringgetRegionBytes()string region = 2;ConnectionRequestOuterClass.ServiceTypegetServiceType().connection_request.ServiceType service_type = 3;intgetServiceTypeValue().connection_request.ServiceType service_type = 3;booleanhasRefreshIntervalSeconds()optional uint32 refresh_interval_seconds = 4;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getClusterName
java.lang.String getClusterName()
string cluster_name = 1;- Returns:
- The clusterName.
-
getClusterNameBytes
com.google.protobuf.ByteString getClusterNameBytes()
string cluster_name = 1;- Returns:
- The bytes for clusterName.
-
getRegion
java.lang.String getRegion()
string region = 2;- Returns:
- The region.
-
getRegionBytes
com.google.protobuf.ByteString getRegionBytes()
string region = 2;- Returns:
- The bytes for region.
-
getServiceTypeValue
int getServiceTypeValue()
.connection_request.ServiceType service_type = 3;- Returns:
- The enum numeric value on the wire for serviceType.
-
getServiceType
ConnectionRequestOuterClass.ServiceType getServiceType()
.connection_request.ServiceType service_type = 3;- Returns:
- The serviceType.
-
hasRefreshIntervalSeconds
boolean hasRefreshIntervalSeconds()
optional uint32 refresh_interval_seconds = 4;- Returns:
- Whether the refreshIntervalSeconds field is set.
-
getRefreshIntervalSeconds
int getRefreshIntervalSeconds()
optional uint32 refresh_interval_seconds = 4;- Returns:
- The refreshIntervalSeconds.
-
-