public interface UpdateAttestorRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAttestor()
public abstract Attestor getAttestor() Required. The updated
attestor value. The
service will overwrite the attestor
name field with
the resource name in the request URL, in the format
projects/*/attestors/*.
.google.cloud.binaryauthorization.v1beta1.Attestor attestor = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Attestor |
The attestor. |
getAttestorOrBuilder()
public abstract AttestorOrBuilder getAttestorOrBuilder() Required. The updated
attestor value. The
service will overwrite the attestor
name field with
the resource name in the request URL, in the format
projects/*/attestors/*.
.google.cloud.binaryauthorization.v1beta1.Attestor attestor = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
AttestorOrBuilder |
|
hasAttestor()
public abstract boolean hasAttestor() Required. The updated
attestor value. The
service will overwrite the attestor
name field with
the resource name in the request URL, in the format
projects/*/attestors/*.
.google.cloud.binaryauthorization.v1beta1.Attestor attestor = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the attestor field is set. |