public final class LookupStudyRequest extends GeneratedMessageV3 implements LookupStudyRequestOrBuilder
Request message for
VizierService.LookupStudy.
Protobuf type google.cloud.aiplatform.v1.LookupStudyRequest
Static Fields
public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value
public static final int PARENT_FIELD_NUMBER
Field Value
Static Methods
public static LookupStudyRequest getDefaultInstance()
Returns
public static final Descriptors.Descriptor getDescriptor()
Returns
public static LookupStudyRequest.Builder newBuilder()
Returns
public static LookupStudyRequest.Builder newBuilder(LookupStudyRequest prototype)
Parameter
Returns
public static LookupStudyRequest parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static LookupStudyRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static LookupStudyRequest parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
public static LookupStudyRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static LookupStudyRequest parseFrom(ByteString data)
Parameter
Returns
Exceptions
public static LookupStudyRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static LookupStudyRequest parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static LookupStudyRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static LookupStudyRequest parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static LookupStudyRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static LookupStudyRequest parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
public static LookupStudyRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Parser<LookupStudyRequest> parser()
Returns
Methods
public boolean equals(Object obj)
Parameter
Returns
Overrides
public LookupStudyRequest getDefaultInstanceForType()
Returns
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.
|
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.
|
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.
|
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
public Parser<LookupStudyRequest> getParserForType()
Returns
Overrides
public int getSerializedSize()
Returns
Overrides
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
Returns
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public LookupStudyRequest.Builder newBuilderForType()
Returns
protected LookupStudyRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
public LookupStudyRequest.Builder toBuilder()
Returns
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions