Reference documentation and code samples for the Cloud Bigtable Admin V2 API class Google::Cloud::Bigtable::Admin::V2::ListInstancesRequest.
Request message for BigtableInstanceAdmin.ListInstances.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#page_token
def page_token() -> ::String
Returns
- (::String) — DEPRECATED: This field is unused and ignored.
#page_token=
def page_token=(value) -> ::String
Parameter
- value (::String) — DEPRECATED: This field is unused and ignored.
Returns
- (::String) — DEPRECATED: This field is unused and ignored.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The unique name of the project for which a list of instances is
requested. Values are of the form
projects/{project}
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The unique name of the project for which a list of instances is
requested. Values are of the form
projects/{project}
.
Returns
-
(::String) — Required. The unique name of the project for which a list of instances is
requested. Values are of the form
projects/{project}
.