Package com.google.cloud.vmmigration.v1
Interface ListReplicationCyclesResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListReplicationCyclesResponse
,ListReplicationCyclesResponse.Builder
public interface ListReplicationCyclesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getNextPageToken()
Output only.com.google.protobuf.ByteString
getNextPageTokenBytes()
Output only.ReplicationCycle
getReplicationCycles(int index)
Output only.int
getReplicationCyclesCount()
Output only.List<ReplicationCycle>
getReplicationCyclesList()
Output only.ReplicationCycleOrBuilder
getReplicationCyclesOrBuilder(int index)
Output only.List<? extends ReplicationCycleOrBuilder>
getReplicationCyclesOrBuilderList()
Output only.String
getUnreachable(int index)
Output only.com.google.protobuf.ByteString
getUnreachableBytes(int index)
Output only.int
getUnreachableCount()
Output only.List<String>
getUnreachableList()
Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getReplicationCyclesList
List<ReplicationCycle> getReplicationCyclesList()
Output only. The list of replication cycles response.
repeated .google.cloud.vmmigration.v1.ReplicationCycle replication_cycles = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getReplicationCycles
ReplicationCycle getReplicationCycles(int index)
Output only. The list of replication cycles response.
repeated .google.cloud.vmmigration.v1.ReplicationCycle replication_cycles = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getReplicationCyclesCount
int getReplicationCyclesCount()
Output only. The list of replication cycles response.
repeated .google.cloud.vmmigration.v1.ReplicationCycle replication_cycles = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getReplicationCyclesOrBuilderList
List<? extends ReplicationCycleOrBuilder> getReplicationCyclesOrBuilderList()
Output only. The list of replication cycles response.
repeated .google.cloud.vmmigration.v1.ReplicationCycle replication_cycles = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getReplicationCyclesOrBuilder
ReplicationCycleOrBuilder getReplicationCyclesOrBuilder(int index)
Output only. The list of replication cycles response.
repeated .google.cloud.vmmigration.v1.ReplicationCycle replication_cycles = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getNextPageToken
String getNextPageToken()
Output only. A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()
Output only. A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The bytes for nextPageToken.
-
getUnreachableList
List<String> getUnreachableList()
Output only. Locations that could not be reached.
repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- A list containing the unreachable.
-
getUnreachableCount
int getUnreachableCount()
Output only. Locations that could not be reached.
repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The count of unreachable.
-
getUnreachable
String getUnreachable(int index)
Output only. Locations that could not be reached.
repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Parameters:
index
- The index of the element to return.- Returns:
- The unreachable at the given index.
-
getUnreachableBytes
com.google.protobuf.ByteString getUnreachableBytes(int index)
Output only. Locations that could not be reached.
repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the unreachable at the given index.
-
-