Class ListServiceAccountKeysRequest (3.12.0)

public final class ListServiceAccountKeysRequest extends GeneratedMessageV3 implements ListServiceAccountKeysRequestOrBuilder

The service account keys list request.

Protobuf type google.iam.admin.v1.ListServiceAccountKeysRequest

Static Fields

KEY_TYPES_FIELD_NUMBER

public static final int KEY_TYPES_FIELD_NUMBER
Field Value
TypeDescription
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ListServiceAccountKeysRequest getDefaultInstance()
Returns
TypeDescription
ListServiceAccountKeysRequest

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static ListServiceAccountKeysRequest.Builder newBuilder()
Returns
TypeDescription
ListServiceAccountKeysRequest.Builder

newBuilder(ListServiceAccountKeysRequest prototype)

public static ListServiceAccountKeysRequest.Builder newBuilder(ListServiceAccountKeysRequest prototype)
Parameter
NameDescription
prototypeListServiceAccountKeysRequest
Returns
TypeDescription
ListServiceAccountKeysRequest.Builder

parseDelimitedFrom(InputStream input)

public static ListServiceAccountKeysRequest parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ListServiceAccountKeysRequest
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListServiceAccountKeysRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListServiceAccountKeysRequest
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static ListServiceAccountKeysRequest parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
ListServiceAccountKeysRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ListServiceAccountKeysRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListServiceAccountKeysRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ListServiceAccountKeysRequest parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
ListServiceAccountKeysRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ListServiceAccountKeysRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListServiceAccountKeysRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ListServiceAccountKeysRequest parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
ListServiceAccountKeysRequest
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ListServiceAccountKeysRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListServiceAccountKeysRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static ListServiceAccountKeysRequest parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ListServiceAccountKeysRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListServiceAccountKeysRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListServiceAccountKeysRequest
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static ListServiceAccountKeysRequest parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
ListServiceAccountKeysRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ListServiceAccountKeysRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListServiceAccountKeysRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<ListServiceAccountKeysRequest> parser()
Returns
TypeDescription
Parser<ListServiceAccountKeysRequest>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public ListServiceAccountKeysRequest getDefaultInstanceForType()
Returns
TypeDescription
ListServiceAccountKeysRequest

getKeyTypes(int index)

public ListServiceAccountKeysRequest.KeyType getKeyTypes(int index)

Filters the types of keys the user wants to include in the list response. Duplicate key types are not allowed. If no key type is provided, all keys are returned.

repeated .google.iam.admin.v1.ListServiceAccountKeysRequest.KeyType key_types = 2;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
ListServiceAccountKeysRequest.KeyType

The keyTypes at the given index.

getKeyTypesCount()

public int getKeyTypesCount()

Filters the types of keys the user wants to include in the list response. Duplicate key types are not allowed. If no key type is provided, all keys are returned.

repeated .google.iam.admin.v1.ListServiceAccountKeysRequest.KeyType key_types = 2;

Returns
TypeDescription
int

The count of keyTypes.

getKeyTypesList()

public List<ListServiceAccountKeysRequest.KeyType> getKeyTypesList()

Filters the types of keys the user wants to include in the list response. Duplicate key types are not allowed. If no key type is provided, all keys are returned.

repeated .google.iam.admin.v1.ListServiceAccountKeysRequest.KeyType key_types = 2;

Returns
TypeDescription
List<KeyType>

A list containing the keyTypes.

getKeyTypesValue(int index)

public int getKeyTypesValue(int index)

Filters the types of keys the user wants to include in the list response. Duplicate key types are not allowed. If no key type is provided, all keys are returned.

repeated .google.iam.admin.v1.ListServiceAccountKeysRequest.KeyType key_types = 2;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
int

The enum numeric value on the wire of keyTypes at the given index.

getKeyTypesValueList()

public List<Integer> getKeyTypesValueList()

Filters the types of keys the user wants to include in the list response. Duplicate key types are not allowed. If no key type is provided, all keys are returned.

repeated .google.iam.admin.v1.ListServiceAccountKeysRequest.KeyType key_types = 2;

Returns
TypeDescription
List<Integer>

A list containing the enum numeric values on the wire for keyTypes.

getName()

public String getName()

Required. The resource name of the service account in the following format: projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}. Using - as a wildcard for the PROJECT_ID, will infer the project from the account. The ACCOUNT value can be the email address or the unique_id of the service account.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The resource name of the service account in the following format: projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}. Using - as a wildcard for the PROJECT_ID, will infer the project from the account. The ACCOUNT value can be the email address or the unique_id of the service account.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for name.

getParserForType()

public Parser<ListServiceAccountKeysRequest> getParserForType()
Returns
TypeDescription
Parser<ListServiceAccountKeysRequest>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public ListServiceAccountKeysRequest.Builder newBuilderForType()
Returns
TypeDescription
ListServiceAccountKeysRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ListServiceAccountKeysRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
ListServiceAccountKeysRequest.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public ListServiceAccountKeysRequest.Builder toBuilder()
Returns
TypeDescription
ListServiceAccountKeysRequest.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException