Interface CreateAttestorRequestOrBuilder (1.55.0)

publicinterface CreateAttestorRequestOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getAttestor()

publicabstractAttestorgetAttestor()

Required. The initial attestor value. The service will overwrite the attestor name field with the resource name, in the format projects/*/attestors/*.

.google.cloud.binaryauthorization.v1beta1.Attestor attestor = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Attestor

The attestor.

getAttestorId()

publicabstractStringgetAttestorId()

Required. The attestors ID.

string attestor_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The attestorId.

getAttestorIdBytes()

publicabstractByteStringgetAttestorIdBytes()

Required. The attestors ID.

string attestor_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for attestorId.

getAttestorOrBuilder()

publicabstractAttestorOrBuildergetAttestorOrBuilder()

Required. The initial attestor value. The service will overwrite the attestor name field with the resource name, in the format projects/*/attestors/*.

.google.cloud.binaryauthorization.v1beta1.Attestor attestor = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
AttestorOrBuilder

getParent()

publicabstractStringgetParent()

Required. The parent of this attestor.

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

Returns
Type Description
String

The parent.

getParentBytes()

publicabstractByteStringgetParentBytes()

Required. The parent of this attestor.

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

Returns
Type Description
ByteString

The bytes for parent.

hasAttestor()

publicabstractbooleanhasAttestor()

Required. The initial attestor value. The service will overwrite the attestor name field with the resource name, in the format projects/*/attestors/*.

.google.cloud.binaryauthorization.v1beta1.Attestor attestor = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the attestor field is set.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.