public static final class LookupStudyRequest.Builder extends GeneratedMessage.Builder<LookupStudyRequest.Builder> implements LookupStudyRequestOrBuilderRequest message for VizierService.LookupStudy.
Protobuf type google.cloud.aiplatform.v1.LookupStudyRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > LookupStudyRequest.BuilderImplements
LookupStudyRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public LookupStudyRequest build()| Returns | |
|---|---|
| Type | Description |
LookupStudyRequest |
|
buildPartial()
public LookupStudyRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
LookupStudyRequest |
|
clear()
public LookupStudyRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
LookupStudyRequest.Builder |
|
clearDisplayName()
public LookupStudyRequest.Builder clearDisplayName()Required. The user-defined display name of the Study
string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
LookupStudyRequest.Builder |
This builder for chaining. |
clearParent()
public LookupStudyRequest.Builder clearParent() Required. The resource name of the Location to get the Study from.
Format: projects/{project}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
LookupStudyRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public LookupStudyRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
LookupStudyRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getDisplayName()
public String getDisplayName()Required. The user-defined display name of the Study
string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public ByteString getDisplayNameBytes()Required. The user-defined display name of the Study
string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for displayName. |
getParent()
public String getParent() Required. The resource name of the Location to get the Study from.
Format: projects/{project}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes() Required. The resource name of the Location to get the Study from.
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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(LookupStudyRequest other)
public LookupStudyRequest.Builder mergeFrom(LookupStudyRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
LookupStudyRequest |
| Returns | |
|---|---|
| Type | Description |
LookupStudyRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public LookupStudyRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
LookupStudyRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public LookupStudyRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
LookupStudyRequest.Builder |
|
setDisplayName(String value)
public LookupStudyRequest.Builder setDisplayName(String value)Required. The user-defined display name of the Study
string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe displayName to set. |
| Returns | |
|---|---|
| Type | Description |
LookupStudyRequest.Builder |
This builder for chaining. |
setDisplayNameBytes(ByteString value)
public LookupStudyRequest.Builder setDisplayNameBytes(ByteString value)Required. The user-defined display name of the Study
string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for displayName to set. |
| Returns | |
|---|---|
| Type | Description |
LookupStudyRequest.Builder |
This builder for chaining. |
setParent(String value)
public LookupStudyRequest.Builder setParent(String value) Required. The resource name of the Location to get the Study from.
Format: projects/{project}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
LookupStudyRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public LookupStudyRequest.Builder setParentBytes(ByteString value) Required. The resource name of the Location to get the Study from.
Format: projects/{project}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
LookupStudyRequest.Builder |
This builder for chaining. |