public final class ListGcpUserAccessBindingsResponse extends GeneratedMessageV3 implements ListGcpUserAccessBindingsResponseOrBuilder
Response of [ListGcpUserAccessBindings]
[google.identity.accesscontextmanager.v1.AccessContextManager.ListGcpUserAccessBindings].
Protobuf type google.identity.accesscontextmanager.v1.ListGcpUserAccessBindingsResponse
Static Fields
GCP_USER_ACCESS_BINDINGS_FIELD_NUMBER
public static final int GCP_USER_ACCESS_BINDINGS_FIELD_NUMBER
Field Value
NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static ListGcpUserAccessBindingsResponse getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static ListGcpUserAccessBindingsResponse.Builder newBuilder()
Returns
newBuilder(ListGcpUserAccessBindingsResponse prototype)
public static ListGcpUserAccessBindingsResponse.Builder newBuilder(ListGcpUserAccessBindingsResponse prototype)
Parameter
Returns
parseDelimitedFrom(InputStream input)
public static ListGcpUserAccessBindingsResponse parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListGcpUserAccessBindingsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ListGcpUserAccessBindingsResponse parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListGcpUserAccessBindingsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ListGcpUserAccessBindingsResponse parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListGcpUserAccessBindingsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(CodedInputStream input)
public static ListGcpUserAccessBindingsResponse parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ListGcpUserAccessBindingsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(InputStream input)
public static ListGcpUserAccessBindingsResponse parseFrom(InputStream input)
Parameter
Returns
Exceptions
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListGcpUserAccessBindingsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ListGcpUserAccessBindingsResponse parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListGcpUserAccessBindingsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<ListGcpUserAccessBindingsResponse> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public ListGcpUserAccessBindingsResponse getDefaultInstanceForType()
Returns
getGcpUserAccessBindings(int index)
public GcpUserAccessBinding getGcpUserAccessBindings(int index)
[GcpUserAccessBinding]
[google.identity.accesscontextmanager.v1.GcpUserAccessBinding]
repeated .google.identity.accesscontextmanager.v1.GcpUserAccessBinding gcp_user_access_bindings = 1;
Parameter
Returns
getGcpUserAccessBindingsCount()
public int getGcpUserAccessBindingsCount()
[GcpUserAccessBinding]
[google.identity.accesscontextmanager.v1.GcpUserAccessBinding]
repeated .google.identity.accesscontextmanager.v1.GcpUserAccessBinding gcp_user_access_bindings = 1;
Returns
getGcpUserAccessBindingsList()
public List<GcpUserAccessBinding> getGcpUserAccessBindingsList()
[GcpUserAccessBinding]
[google.identity.accesscontextmanager.v1.GcpUserAccessBinding]
repeated .google.identity.accesscontextmanager.v1.GcpUserAccessBinding gcp_user_access_bindings = 1;
Returns
getGcpUserAccessBindingsOrBuilder(int index)
public GcpUserAccessBindingOrBuilder getGcpUserAccessBindingsOrBuilder(int index)
[GcpUserAccessBinding]
[google.identity.accesscontextmanager.v1.GcpUserAccessBinding]
repeated .google.identity.accesscontextmanager.v1.GcpUserAccessBinding gcp_user_access_bindings = 1;
Parameter
Returns
getGcpUserAccessBindingsOrBuilderList()
public List<? extends GcpUserAccessBindingOrBuilder> getGcpUserAccessBindingsOrBuilderList()
[GcpUserAccessBinding]
[google.identity.accesscontextmanager.v1.GcpUserAccessBinding]
repeated .google.identity.accesscontextmanager.v1.GcpUserAccessBinding gcp_user_access_bindings = 1;
Returns
Type | Description |
List<? extends com.google.identity.accesscontextmanager.v1.GcpUserAccessBindingOrBuilder> | |
getNextPageToken()
public String getNextPageToken()
Token to get the next page of items. If blank, there are no more items.
string next_page_token = 2;
Returns
Type | Description |
String | The nextPageToken.
|
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()
Token to get the next page of items. If blank, there are no more items.
string next_page_token = 2;
Returns
Type | Description |
ByteString | The bytes for nextPageToken.
|
getParserForType()
public Parser<ListGcpUserAccessBindingsResponse> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public ListGcpUserAccessBindingsResponse.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListGcpUserAccessBindingsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public ListGcpUserAccessBindingsResponse.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions