public interface ListUsableWorkstationsResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken()
Token to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()
Token to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for nextPageToken. |
getUnreachable(int index)
public abstract String getUnreachable(int index)
Unreachable resources.
repeated string unreachable = 3;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The unreachable at the given index. |
getUnreachableBytes(int index)
public abstract ByteString getUnreachableBytes(int index)
Unreachable resources.
repeated string unreachable = 3;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the unreachable at the given index. |
getUnreachableCount()
public abstract int getUnreachableCount()
Unreachable resources.
repeated string unreachable = 3;
Returns | |
---|---|
Type | Description |
int |
The count of unreachable. |
getUnreachableList()
public abstract List<String> getUnreachableList()
Unreachable resources.
repeated string unreachable = 3;
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the unreachable. |
getWorkstations(int index)
public abstract Workstation getWorkstations(int index)
The requested workstations.
repeated .google.cloud.workstations.v1beta.Workstation workstations = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Workstation |
getWorkstationsCount()
public abstract int getWorkstationsCount()
The requested workstations.
repeated .google.cloud.workstations.v1beta.Workstation workstations = 1;
Returns | |
---|---|
Type | Description |
int |
getWorkstationsList()
public abstract List<Workstation> getWorkstationsList()
The requested workstations.
repeated .google.cloud.workstations.v1beta.Workstation workstations = 1;
Returns | |
---|---|
Type | Description |
List<Workstation> |
getWorkstationsOrBuilder(int index)
public abstract WorkstationOrBuilder getWorkstationsOrBuilder(int index)
The requested workstations.
repeated .google.cloud.workstations.v1beta.Workstation workstations = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
WorkstationOrBuilder |
getWorkstationsOrBuilderList()
public abstract List<? extends WorkstationOrBuilder> getWorkstationsOrBuilderList()
The requested workstations.
repeated .google.cloud.workstations.v1beta.Workstation workstations = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.workstations.v1beta.WorkstationOrBuilder> |