public interface ListBoundMembershipsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMemberships(int index)
public abstract Membership getMemberships(int index)The list of Memberships bound to the given Scope.
repeated .google.cloud.gkehub.v1.Membership memberships = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Membership |
|
getMembershipsCount()
public abstract int getMembershipsCount()The list of Memberships bound to the given Scope.
repeated .google.cloud.gkehub.v1.Membership memberships = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getMembershipsList()
public abstract List<Membership> getMembershipsList()The list of Memberships bound to the given Scope.
repeated .google.cloud.gkehub.v1.Membership memberships = 1;
| Returns | |
|---|---|
| Type | Description |
List<Membership> |
|
getMembershipsOrBuilder(int index)
public abstract MembershipOrBuilder getMembershipsOrBuilder(int index)The list of Memberships bound to the given Scope.
repeated .google.cloud.gkehub.v1.Membership memberships = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
MembershipOrBuilder |
|
getMembershipsOrBuilderList()
public abstract List<? extends MembershipOrBuilder> getMembershipsOrBuilderList()The list of Memberships bound to the given Scope.
repeated .google.cloud.gkehub.v1.Membership memberships = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.gkehub.v1.MembershipOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken() A token to request the next page of resources from the
ListBoundMemberships method. The value of an empty string means that
there are no more resources to return.
string next_page_token = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes() A token to request the next page of resources from the
ListBoundMemberships method. The value of an empty string means that
there are no more resources to return.
string next_page_token = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getUnreachable(int index)
public abstract String getUnreachable(int index)List of locations that could not be reached while fetching this list.
repeated string unreachable = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe 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)List of locations that could not be reached while fetching this list.
repeated string unreachable = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| 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 = 2;
| Returns | |
|---|---|
| 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 = 2;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the unreachable. |