- 1.52.0 (latest)
- 1.51.0
- 1.50.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.0.6
public static final class Service.UpdateAttestorRequest.Builder extends GeneratedMessageV3.Builder<Service.UpdateAttestorRequest.Builder> implements Service.UpdateAttestorRequestOrBuilder
Request message for [BinauthzManagementService.UpdateAttestor][].
Protobuf type google.cloud.binaryauthorization.v1.UpdateAttestorRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Service.UpdateAttestorRequest.BuilderImplements
Service.UpdateAttestorRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Service.UpdateAttestorRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Service.UpdateAttestorRequest.Builder |
build()
public Service.UpdateAttestorRequest build()
Type | Description |
Service.UpdateAttestorRequest |
buildPartial()
public Service.UpdateAttestorRequest buildPartial()
Type | Description |
Service.UpdateAttestorRequest |
clear()
public Service.UpdateAttestorRequest.Builder clear()
Type | Description |
Service.UpdateAttestorRequest.Builder |
clearAttestor()
public Service.UpdateAttestorRequest.Builder clearAttestor()
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];
Type | Description |
Service.UpdateAttestorRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public Service.UpdateAttestorRequest.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
Service.UpdateAttestorRequest.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public Service.UpdateAttestorRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
Service.UpdateAttestorRequest.Builder |
clone()
public Service.UpdateAttestorRequest.Builder clone()
Type | Description |
Service.UpdateAttestorRequest.Builder |
getAttestor()
public 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];
Type | Description |
Resources.Attestor | The attestor. |
getAttestorBuilder()
public Resources.Attestor.Builder getAttestorBuilder()
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];
Type | Description |
Resources.Attestor.Builder |
getAttestorOrBuilder()
public 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];
Type | Description |
Resources.AttestorOrBuilder |
getDefaultInstanceForType()
public Service.UpdateAttestorRequest getDefaultInstanceForType()
Type | Description |
Service.UpdateAttestorRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
hasAttestor()
public 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];
Type | Description |
boolean | Whether the attestor field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeAttestor(Resources.Attestor value)
public Service.UpdateAttestorRequest.Builder mergeAttestor(Resources.Attestor value)
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];
Name | Description |
value | Resources.Attestor |
Type | Description |
Service.UpdateAttestorRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Service.UpdateAttestorRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Service.UpdateAttestorRequest.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public Service.UpdateAttestorRequest.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
Service.UpdateAttestorRequest.Builder |
mergeFrom(Service.UpdateAttestorRequest other)
public Service.UpdateAttestorRequest.Builder mergeFrom(Service.UpdateAttestorRequest other)
Name | Description |
other | Service.UpdateAttestorRequest |
Type | Description |
Service.UpdateAttestorRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Service.UpdateAttestorRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Service.UpdateAttestorRequest.Builder |
setAttestor(Resources.Attestor value)
public Service.UpdateAttestorRequest.Builder setAttestor(Resources.Attestor value)
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];
Name | Description |
value | Resources.Attestor |
Type | Description |
Service.UpdateAttestorRequest.Builder |
setAttestor(Resources.Attestor.Builder builderForValue)
public Service.UpdateAttestorRequest.Builder setAttestor(Resources.Attestor.Builder builderForValue)
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];
Name | Description |
builderForValue | Resources.Attestor.Builder |
Type | Description |
Service.UpdateAttestorRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public Service.UpdateAttestorRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Service.UpdateAttestorRequest.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Service.UpdateAttestorRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
Service.UpdateAttestorRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final Service.UpdateAttestorRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Service.UpdateAttestorRequest.Builder |