ListCryptoKeysRequest

com.google.cloud.kms.v1.service.ListCryptoKeysRequest
See theListCryptoKeysRequest companion object
final case class ListCryptoKeysRequest(parent: String, pageSize: Int, pageToken: String, versionView: CryptoKeyVersionView, filter: String, orderBy: String, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[ListCryptoKeysRequest]

Request message for [KeyManagementService.ListCryptoKeys][google.cloud.kms.v1.KeyManagementService.ListCryptoKeys].

Value parameters

filter

Optional. Only include resources that match the filter in the response. For more information, see [Sorting and filtering list results](https://cloud.google.com/kms/docs/sorting-and-filtering).

orderBy

Optional. Specify how the results should be sorted. If not specified, the results will be sorted in the default order. For more information, see [Sorting and filtering list results](https://cloud.google.com/kms/docs/sorting-and-filtering).

pageSize

Optional. Optional limit on the number of [CryptoKeys][google.cloud.kms.v1.CryptoKey] to include in the response. Further [CryptoKeys][google.cloud.kms.v1.CryptoKey] can subsequently be obtained by including the [ListCryptoKeysResponse.next_page_token][google.cloud.kms.v1.ListCryptoKeysResponse.next_page_token] in a subsequent request. If unspecified, the server will pick an appropriate default.

pageToken

Optional. Optional pagination token, returned earlier via [ListCryptoKeysResponse.next_page_token][google.cloud.kms.v1.ListCryptoKeysResponse.next_page_token].

parent

Required. The resource name of the [KeyRing][google.cloud.kms.v1.KeyRing] to list, in the format projects/*/locations/*/keyRings/*.

versionView

The fields of the primary version to include in the response.

Attributes

Companion
object
Source
ListCryptoKeysRequest.scala
Graph
Supertypes
trait Updatable[ListCryptoKeysRequest]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def getField(`__field`: FieldDescriptor): PValue

Attributes

Source
ListCryptoKeysRequest.scala
def getFieldByNumber(`__fieldNumber`: Int): Any

Attributes

Source
ListCryptoKeysRequest.scala
override def serializedSize: Int

Attributes

Definition Classes
GeneratedMessage
Source
ListCryptoKeysRequest.scala
def toProtoString: String

Returns a human-readable ASCII format representation of this message.

Returns a human-readable ASCII format representation of this message.

The original message can be decoded from this format by using fromAscii on the companion object.

Attributes

Returns

human-readable representation of this message.

Source
ListCryptoKeysRequest.scala
def withFilter(`__v`: String): ListCryptoKeysRequest

Attributes

Source
ListCryptoKeysRequest.scala
def withOrderBy(`__v`: String): ListCryptoKeysRequest

Attributes

Source
ListCryptoKeysRequest.scala
def withPageToken(`__v`: String): ListCryptoKeysRequest

Attributes

Source
ListCryptoKeysRequest.scala
def withParent(`__v`: String): ListCryptoKeysRequest

Attributes

Source
ListCryptoKeysRequest.scala
def withUnknownFields(`__v`: UnknownFieldSet): ListCryptoKeysRequest

Attributes

Source
ListCryptoKeysRequest.scala
def writeTo(`_output__`: CodedOutputStream): Unit

Serializes the message into the given coded output stream

Serializes the message into the given coded output stream

Attributes

Source
ListCryptoKeysRequest.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
final def toByteArray: Array[Byte]

Serializes the message and returns a byte array containing its raw bytes

Serializes the message and returns a byte array containing its raw bytes

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala
final def toByteString: ByteString

Serializes the message and returns a ByteString containing its raw bytes

Serializes the message and returns a ByteString containing its raw bytes

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala
final def toPMessage: PMessage

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala

Attributes

Inherited from:
Updatable
Source
Lenses.scala
final def writeDelimitedTo(output: OutputStream): Unit

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala
final def writeTo(output: OutputStream): Unit

Serializes the message into the given output stream

Serializes the message into the given output stream

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala