public interface ListMembershipsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
A token to request the next page of resources from the
`ListMemberships` method.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token to request the next page of resources from the
`ListMemberships` method.
|
Membership |
getResources(int index)
The list of matching Memberships.
|
int |
getResourcesCount()
The list of matching Memberships.
|
List<Membership> |
getResourcesList()
The list of matching Memberships.
|
MembershipOrBuilder |
getResourcesOrBuilder(int index)
The list of matching Memberships.
|
List<? extends MembershipOrBuilder> |
getResourcesOrBuilderList()
The list of matching Memberships.
|
String |
getUnreachable(int index)
List of locations that could not be reached while fetching this list.
|
com.google.protobuf.ByteString |
getUnreachableBytes(int index)
List of locations that could not be reached while fetching this list.
|
int |
getUnreachableCount()
List of locations that could not be reached while fetching this list.
|
List<String> |
getUnreachableList()
List of locations that could not be reached while fetching this list.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Membership> getResourcesList()
The list of matching Memberships.
repeated .google.cloud.gkehub.v1beta1.Membership resources = 1;Membership getResources(int index)
The list of matching Memberships.
repeated .google.cloud.gkehub.v1beta1.Membership resources = 1;int getResourcesCount()
The list of matching Memberships.
repeated .google.cloud.gkehub.v1beta1.Membership resources = 1;List<? extends MembershipOrBuilder> getResourcesOrBuilderList()
The list of matching Memberships.
repeated .google.cloud.gkehub.v1beta1.Membership resources = 1;MembershipOrBuilder getResourcesOrBuilder(int index)
The list of matching Memberships.
repeated .google.cloud.gkehub.v1beta1.Membership resources = 1;String getNextPageToken()
A token to request the next page of resources from the `ListMemberships` method. The value of an empty string means that there are no more resources to return.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
A token to request the next page of resources from the `ListMemberships` method. The value of an empty string means that there are no more resources to return.
string next_page_token = 2;List<String> getUnreachableList()
List of locations that could not be reached while fetching this list.
repeated string unreachable = 3;int getUnreachableCount()
List of locations that could not be reached while fetching this list.
repeated string unreachable = 3;String getUnreachable(int index)
List of locations that could not be reached while fetching this list.
repeated string unreachable = 3;index - The index of the element to return.com.google.protobuf.ByteString getUnreachableBytes(int index)
List of locations that could not be reached while fetching this list.
repeated string unreachable = 3;index - The index of the value to return.Copyright © 2025 Google LLC. All rights reserved.