public static final class GetAnnotationSpecRequest.Builder extends GeneratedMessageV3.Builder<GetAnnotationSpecRequest.Builder> implements GetAnnotationSpecRequestOrBuilder
Request message for DatasetService.GetAnnotationSpec.
Protobuf type google.cloud.aiplatform.v1.GetAnnotationSpecRequest
Methods
public GetAnnotationSpecRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
public GetAnnotationSpecRequest build()
Returns
public GetAnnotationSpecRequest buildPartial()
Returns
public GetAnnotationSpecRequest.Builder clear()
Returns
Overrides
public GetAnnotationSpecRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
public GetAnnotationSpecRequest.Builder clearName()
Required. The name of the AnnotationSpec resource.
Format:
projects/{project}/locations/{location}/datasets/{dataset}/annotationSpecs/{annotation_spec}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
public GetAnnotationSpecRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
public GetAnnotationSpecRequest.Builder clearReadMask()
Mask specifying which fields to read.
.google.protobuf.FieldMask read_mask = 2;
Returns
public GetAnnotationSpecRequest.Builder clone()
Returns
Overrides
public GetAnnotationSpecRequest getDefaultInstanceForType()
Returns
public static final Descriptors.Descriptor getDescriptor()
Returns
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
Required. The name of the AnnotationSpec resource.
Format:
projects/{project}/locations/{location}/datasets/{dataset}/annotationSpecs/{annotation_spec}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
Type | Description |
String | The name.
|
public ByteString getNameBytes()
Required. The name of the AnnotationSpec resource.
Format:
projects/{project}/locations/{location}/datasets/{dataset}/annotationSpecs/{annotation_spec}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
public FieldMask getReadMask()
Mask specifying which fields to read.
.google.protobuf.FieldMask read_mask = 2;
Returns
public FieldMask.Builder getReadMaskBuilder()
Mask specifying which fields to read.
.google.protobuf.FieldMask read_mask = 2;
Returns
public FieldMaskOrBuilder getReadMaskOrBuilder()
Mask specifying which fields to read.
.google.protobuf.FieldMask read_mask = 2;
Returns
public boolean hasReadMask()
Mask specifying which fields to read.
.google.protobuf.FieldMask read_mask = 2;
Returns
Type | Description |
boolean | Whether the readMask field is set.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public GetAnnotationSpecRequest.Builder mergeFrom(GetAnnotationSpecRequest other)
Parameter
Returns
public GetAnnotationSpecRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
public GetAnnotationSpecRequest.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
public GetAnnotationSpecRequest.Builder mergeReadMask(FieldMask value)
Mask specifying which fields to read.
.google.protobuf.FieldMask read_mask = 2;
Parameter
Returns
public final GetAnnotationSpecRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
public GetAnnotationSpecRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
public GetAnnotationSpecRequest.Builder setName(String value)
Required. The name of the AnnotationSpec resource.
Format:
projects/{project}/locations/{location}/datasets/{dataset}/annotationSpecs/{annotation_spec}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter
Name | Description |
value | String
The name to set.
|
Returns
public GetAnnotationSpecRequest.Builder setNameBytes(ByteString value)
Required. The name of the AnnotationSpec resource.
Format:
projects/{project}/locations/{location}/datasets/{dataset}/annotationSpecs/{annotation_spec}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter
Name | Description |
value | ByteString
The bytes for name to set.
|
Returns
public GetAnnotationSpecRequest.Builder setReadMask(FieldMask value)
Mask specifying which fields to read.
.google.protobuf.FieldMask read_mask = 2;
Parameter
Returns
public GetAnnotationSpecRequest.Builder setReadMask(FieldMask.Builder builderForValue)
Mask specifying which fields to read.
.google.protobuf.FieldMask read_mask = 2;
Parameter
Name | Description |
builderForValue | Builder
|
Returns
public GetAnnotationSpecRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
public final GetAnnotationSpecRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides