public interface ListMembershipsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract 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;
| Type | Description |
| String | The nextPageToken. |
getNextPageTokenBytes()
public abstract 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;
| Type | Description |
| ByteString | The bytes for nextPageToken. |
getResources(int index)
public abstract Membership getResources(int index)The list of matching Memberships.
repeated .google.cloud.gkehub.v1.Membership resources = 1;
| Name | Description |
| index | int |
| Type | Description |
| Membership |
getResourcesCount()
public abstract int getResourcesCount()The list of matching Memberships.
repeated .google.cloud.gkehub.v1.Membership resources = 1;
| Type | Description |
| int |
getResourcesList()
public abstract List<Membership> getResourcesList()The list of matching Memberships.
repeated .google.cloud.gkehub.v1.Membership resources = 1;
| Type | Description |
| List<Membership> |
getResourcesOrBuilder(int index)
public abstract MembershipOrBuilder getResourcesOrBuilder(int index)The list of matching Memberships.
repeated .google.cloud.gkehub.v1.Membership resources = 1;
| Name | Description |
| index | int |
| Type | Description |
| MembershipOrBuilder |
getResourcesOrBuilderList()
public abstract List<? extends MembershipOrBuilder> getResourcesOrBuilderList()The list of matching Memberships.
repeated .google.cloud.gkehub.v1.Membership resources = 1;
| Type | Description |
| List<? extends com.google.cloud.gkehub.v1.MembershipOrBuilder> |
getUnreachable(int index)
public abstract String getUnreachable(int index)List of locations that could not be reached while fetching this list.
repeated string unreachable = 3;
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| String | The unreachable at the given index. |
getUnreachableBytes(int index)
public abstract ByteString getUnreachableBytes(int index)List of locations that could not be reached while fetching this list.
repeated string unreachable = 3;
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| ByteString | The bytes of the unreachable at the given index. |
getUnreachableCount()
public abstract int getUnreachableCount()List of locations that could not be reached while fetching this list.
repeated string unreachable = 3;
| Type | Description |
| int | The count of unreachable. |
getUnreachableList()
public abstract List<String> getUnreachableList()List of locations that could not be reached while fetching this list.
repeated string unreachable = 3;
| Type | Description |
| List<String> | A list containing the unreachable. |