public static interface Service.UpdateAttestorRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAttestor()
public abstract Resources.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.v1.Attestor attestor = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Resources.Attestor |
The attestor. |
getAttestorOrBuilder()
public abstract Resources.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.v1.Attestor attestor = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Resources.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.v1.Attestor attestor = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the attestor field is set. |