Uses of Class
com.google.cloud.binaryauthorization.v1beta1.AttestorPublicKey
-
Packages that use AttestorPublicKey Package Description com.google.cloud.binaryauthorization.v1beta1 A client to Binary Authorization API -
-
Uses of AttestorPublicKey in com.google.cloud.binaryauthorization.v1beta1
Methods in com.google.cloud.binaryauthorization.v1beta1 that return AttestorPublicKey Modifier and Type Method Description AttestorPublicKey
AttestorPublicKey.Builder. build()
AttestorPublicKey
AttestorPublicKey.Builder. buildPartial()
static AttestorPublicKey
AttestorPublicKey. getDefaultInstance()
AttestorPublicKey
AttestorPublicKey.Builder. getDefaultInstanceForType()
AttestorPublicKey
AttestorPublicKey. getDefaultInstanceForType()
AttestorPublicKey
UserOwnedDrydockNote.Builder. getPublicKeys(int index)
Optional.AttestorPublicKey
UserOwnedDrydockNote. getPublicKeys(int index)
Optional.AttestorPublicKey
UserOwnedDrydockNoteOrBuilder. getPublicKeys(int index)
Optional.static AttestorPublicKey
AttestorPublicKey. parseDelimitedFrom(InputStream input)
static AttestorPublicKey
AttestorPublicKey. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AttestorPublicKey
AttestorPublicKey. parseFrom(byte[] data)
static AttestorPublicKey
AttestorPublicKey. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AttestorPublicKey
AttestorPublicKey. parseFrom(com.google.protobuf.ByteString data)
static AttestorPublicKey
AttestorPublicKey. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AttestorPublicKey
AttestorPublicKey. parseFrom(com.google.protobuf.CodedInputStream input)
static AttestorPublicKey
AttestorPublicKey. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AttestorPublicKey
AttestorPublicKey. parseFrom(InputStream input)
static AttestorPublicKey
AttestorPublicKey. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AttestorPublicKey
AttestorPublicKey. parseFrom(ByteBuffer data)
static AttestorPublicKey
AttestorPublicKey. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.binaryauthorization.v1beta1 that return types with arguments of type AttestorPublicKey Modifier and Type Method Description com.google.protobuf.Parser<AttestorPublicKey>
AttestorPublicKey. getParserForType()
List<AttestorPublicKey>
UserOwnedDrydockNote.Builder. getPublicKeysList()
Optional.List<AttestorPublicKey>
UserOwnedDrydockNote. getPublicKeysList()
Optional.List<AttestorPublicKey>
UserOwnedDrydockNoteOrBuilder. getPublicKeysList()
Optional.static com.google.protobuf.Parser<AttestorPublicKey>
AttestorPublicKey. parser()
Methods in com.google.cloud.binaryauthorization.v1beta1 with parameters of type AttestorPublicKey Modifier and Type Method Description UserOwnedDrydockNote.Builder
UserOwnedDrydockNote.Builder. addPublicKeys(int index, AttestorPublicKey value)
Optional.UserOwnedDrydockNote.Builder
UserOwnedDrydockNote.Builder. addPublicKeys(AttestorPublicKey value)
Optional.AttestorPublicKey.Builder
AttestorPublicKey.Builder. mergeFrom(AttestorPublicKey other)
static AttestorPublicKey.Builder
AttestorPublicKey. newBuilder(AttestorPublicKey prototype)
UserOwnedDrydockNote.Builder
UserOwnedDrydockNote.Builder. setPublicKeys(int index, AttestorPublicKey value)
Optional.Method parameters in com.google.cloud.binaryauthorization.v1beta1 with type arguments of type AttestorPublicKey Modifier and Type Method Description UserOwnedDrydockNote.Builder
UserOwnedDrydockNote.Builder. addAllPublicKeys(Iterable<? extends AttestorPublicKey> values)
Optional.
-