public static final class CreateStudyRequest.Builder extends GeneratedMessageV3.Builder<CreateStudyRequest.Builder> implements CreateStudyRequestOrBuilder
Request message for
VizierService.CreateStudy.
Protobuf type google.cloud.aiplatform.v1.CreateStudyRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public CreateStudyRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public CreateStudyRequest build()
public CreateStudyRequest buildPartial()
public CreateStudyRequest.Builder clear()
Overrides
public CreateStudyRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public CreateStudyRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public CreateStudyRequest.Builder clearParent()
Required. The resource name of the Location to create the CustomJob in.
Format: projects/{project}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
public CreateStudyRequest.Builder clearStudy()
Required. The Study configuration used to create the Study.
.google.cloud.aiplatform.v1.Study study = 2 [(.google.api.field_behavior) = REQUIRED];
public CreateStudyRequest.Builder clone()
Overrides
public CreateStudyRequest getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public String getParent()
Required. The resource name of the Location to create the CustomJob in.
Format: projects/{project}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
String |
The parent.
|
public ByteString getParentBytes()
Required. The resource name of the Location to create the CustomJob in.
Format: projects/{project}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
ByteString |
The bytes for parent.
|
Required. The Study configuration used to create the Study.
.google.cloud.aiplatform.v1.Study study = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
Study |
The study.
|
public Study.Builder getStudyBuilder()
Required. The Study configuration used to create the Study.
.google.cloud.aiplatform.v1.Study study = 2 [(.google.api.field_behavior) = REQUIRED];
public StudyOrBuilder getStudyOrBuilder()
Required. The Study configuration used to create the Study.
.google.cloud.aiplatform.v1.Study study = 2 [(.google.api.field_behavior) = REQUIRED];
public boolean hasStudy()
Required. The Study configuration used to create the Study.
.google.cloud.aiplatform.v1.Study study = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
boolean |
Whether the study field is set.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public CreateStudyRequest.Builder mergeFrom(CreateStudyRequest other)
public CreateStudyRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public CreateStudyRequest.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public CreateStudyRequest.Builder mergeStudy(Study value)
Required. The Study configuration used to create the Study.
.google.cloud.aiplatform.v1.Study study = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter |
Name |
Description |
value |
Study
|
public final CreateStudyRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public CreateStudyRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public CreateStudyRequest.Builder setParent(String value)
Required. The resource name of the Location to create the CustomJob in.
Format: projects/{project}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter |
Name |
Description |
value |
String
The parent to set.
|
public CreateStudyRequest.Builder setParentBytes(ByteString value)
Required. The resource name of the Location to create the CustomJob in.
Format: projects/{project}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter |
Name |
Description |
value |
ByteString
The bytes for parent to set.
|
public CreateStudyRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public CreateStudyRequest.Builder setStudy(Study value)
Required. The Study configuration used to create the Study.
.google.cloud.aiplatform.v1.Study study = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter |
Name |
Description |
value |
Study
|
public CreateStudyRequest.Builder setStudy(Study.Builder builderForValue)
Required. The Study configuration used to create the Study.
.google.cloud.aiplatform.v1.Study study = 2 [(.google.api.field_behavior) = REQUIRED];
public final CreateStudyRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides