Package com.google.cloud.compute.v1
Interface ResourceGroupReferenceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ResourceGroupReference
,ResourceGroupReference.Builder
public interface ResourceGroupReferenceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getGroup()
A URI referencing one of the instance groups or network endpoint groups listed in the backend service.com.google.protobuf.ByteString
getGroupBytes()
A URI referencing one of the instance groups or network endpoint groups listed in the backend service.boolean
hasGroup()
A URI referencing one of the instance groups or network endpoint groups listed in the backend service.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasGroup
boolean hasGroup()
A URI referencing one of the instance groups or network endpoint groups listed in the backend service.
optional string group = 98629247;
- Returns:
- Whether the group field is set.
-
getGroup
String getGroup()
A URI referencing one of the instance groups or network endpoint groups listed in the backend service.
optional string group = 98629247;
- Returns:
- The group.
-
getGroupBytes
com.google.protobuf.ByteString getGroupBytes()
A URI referencing one of the instance groups or network endpoint groups listed in the backend service.
optional string group = 98629247;
- Returns:
- The bytes for group.
-
-