Reference documentation and code samples for the Cloud Workstations V1BETA API class Google::Cloud::Workstations::V1beta::ListWorkstationConfigsResponse.
Response message for ListWorkstationConfigs.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — Token to retrieve the next page of results, or empty if there are no more results in the list.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — Token to retrieve the next page of results, or empty if there are no more results in the list.
Returns
- (::String) — Token to retrieve the next page of results, or empty if there are no more results in the list.
#unreachable
def unreachable() -> ::Array<::String>
Returns
- (::Array<::String>) — Unreachable resources.
#unreachable=
def unreachable=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Unreachable resources.
Returns
- (::Array<::String>) — Unreachable resources.
#workstation_configs
def workstation_configs() -> ::Array<::Google::Cloud::Workstations::V1beta::WorkstationConfig>
Returns
- (::Array<::Google::Cloud::Workstations::V1beta::WorkstationConfig>) — The requested configs.
#workstation_configs=
def workstation_configs=(value) -> ::Array<::Google::Cloud::Workstations::V1beta::WorkstationConfig>
Parameter
- value (::Array<::Google::Cloud::Workstations::V1beta::WorkstationConfig>) — The requested configs.
Returns
- (::Array<::Google::Cloud::Workstations::V1beta::WorkstationConfig>) — The requested configs.