Package com.google.cloud.compute.v1
Interface DiskResourceStatusAsyncReplicationStatusOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DiskResourceStatusAsyncReplicationStatus
,DiskResourceStatusAsyncReplicationStatus.Builder
public interface DiskResourceStatusAsyncReplicationStatusOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getState()
Check the State enum for the list of possible values.com.google.protobuf.ByteString
getStateBytes()
Check the State enum for the list of possible values.boolean
hasState()
Check the State enum for the list of possible values.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasState
boolean hasState()
Check the State enum for the list of possible values.
optional string state = 109757585;
- Returns:
- Whether the state field is set.
-
getState
String getState()
Check the State enum for the list of possible values.
optional string state = 109757585;
- Returns:
- The state.
-
getStateBytes
com.google.protobuf.ByteString getStateBytes()
Check the State enum for the list of possible values.
optional string state = 109757585;
- Returns:
- The bytes for state.
-
-