Interface ListMembershipBindingsResponseOrBuilder (1.85.0)

public interface ListMembershipBindingsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMembershipBindings(int index)

public abstract MembershipBinding getMembershipBindings(int index)

The list of membership_bindings

repeated .google.cloud.gkehub.v1.MembershipBinding membership_bindings = 1;

Parameter
Name Description
index int
Returns
Type Description
MembershipBinding

getMembershipBindingsCount()

public abstract int getMembershipBindingsCount()

The list of membership_bindings

repeated .google.cloud.gkehub.v1.MembershipBinding membership_bindings = 1;

Returns
Type Description
int

getMembershipBindingsList()

public abstract List<MembershipBinding> getMembershipBindingsList()

The list of membership_bindings

repeated .google.cloud.gkehub.v1.MembershipBinding membership_bindings = 1;

Returns
Type Description
List<MembershipBinding>

getMembershipBindingsOrBuilder(int index)

public abstract MembershipBindingOrBuilder getMembershipBindingsOrBuilder(int index)

The list of membership_bindings

repeated .google.cloud.gkehub.v1.MembershipBinding membership_bindings = 1;

Parameter
Name Description
index int
Returns
Type Description
MembershipBindingOrBuilder

getMembershipBindingsOrBuilderList()

public abstract List<? extends MembershipBindingOrBuilder> getMembershipBindingsOrBuilderList()

The list of membership_bindings

repeated .google.cloud.gkehub.v1.MembershipBinding membership_bindings = 1;

Returns
Type Description
List<? extends com.google.cloud.gkehub.v1.MembershipBindingOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

A token to request the next page of resources from the ListMembershipBindings method. The value of an empty string means that there are no more resources to return.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token to request the next page of resources from the ListMembershipBindings method. The value of an empty string means that there are no more resources to return.

string next_page_token = 2;

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 = 3;

Parameter
Name Description
index int

The 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 = 3;

Parameter
Name Description
index int

The 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 = 3;

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 = 3;

Returns
Type Description
List<String>

A list containing the unreachable.