Class DeployPublisherModelResponse (3.57.0)

public final class DeployPublisherModelResponse extends GeneratedMessageV3 implements DeployPublisherModelResponseOrBuilder

Response message for ModelGardenService.DeployPublisherModel.

Protobuf type google.cloud.aiplatform.v1beta1.DeployPublisherModelResponse

Static Fields

ENDPOINT_FIELD_NUMBER

public static final int ENDPOINT_FIELD_NUMBER
Field Value
Type Description
int

MODEL_FIELD_NUMBER

public static final int MODEL_FIELD_NUMBER
Field Value
Type Description
int

PUBLISHER_MODEL_FIELD_NUMBER

public static final int PUBLISHER_MODEL_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static DeployPublisherModelResponse getDefaultInstance()
Returns
Type Description
DeployPublisherModelResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static DeployPublisherModelResponse.Builder newBuilder()
Returns
Type Description
DeployPublisherModelResponse.Builder

newBuilder(DeployPublisherModelResponse prototype)

public static DeployPublisherModelResponse.Builder newBuilder(DeployPublisherModelResponse prototype)
Parameter
Name Description
prototype DeployPublisherModelResponse
Returns
Type Description
DeployPublisherModelResponse.Builder

parseDelimitedFrom(InputStream input)

public static DeployPublisherModelResponse parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
DeployPublisherModelResponse
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static DeployPublisherModelResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DeployPublisherModelResponse
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static DeployPublisherModelResponse parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
DeployPublisherModelResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static DeployPublisherModelResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DeployPublisherModelResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static DeployPublisherModelResponse parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
DeployPublisherModelResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static DeployPublisherModelResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DeployPublisherModelResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static DeployPublisherModelResponse parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
DeployPublisherModelResponse
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static DeployPublisherModelResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DeployPublisherModelResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static DeployPublisherModelResponse parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
DeployPublisherModelResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static DeployPublisherModelResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DeployPublisherModelResponse
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static DeployPublisherModelResponse parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
DeployPublisherModelResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static DeployPublisherModelResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DeployPublisherModelResponse
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<DeployPublisherModelResponse> parser()
Returns
Type Description
Parser<DeployPublisherModelResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public DeployPublisherModelResponse getDefaultInstanceForType()
Returns
Type Description
DeployPublisherModelResponse

getEndpoint()

public String getEndpoint()

Output only. The name of the Endpoint created. Format: projects/{project}/locations/{location}/endpoints/{endpoint}

string endpoint = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The endpoint.

getEndpointBytes()

public ByteString getEndpointBytes()

Output only. The name of the Endpoint created. Format: projects/{project}/locations/{location}/endpoints/{endpoint}

string endpoint = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for endpoint.

getModel()

public String getModel()

Output only. The name of the Model created. Format: projects/{project}/locations/{location}/models/{model}

string model = 3 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The model.

getModelBytes()

public ByteString getModelBytes()

Output only. The name of the Model created. Format: projects/{project}/locations/{location}/models/{model}

string model = 3 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for model.

getParserForType()

public Parser<DeployPublisherModelResponse> getParserForType()
Returns
Type Description
Parser<DeployPublisherModelResponse>
Overrides

getPublisherModel()

public String getPublisherModel()

Output only. The name of the PublisherModel resource. Format: publishers/{publisher}/models/{publisher_model}@{version_id}, or publishers/hf-{hugging-face-author}/models/{hugging-face-model-name}@001

string publisher_model = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The publisherModel.

getPublisherModelBytes()

public ByteString getPublisherModelBytes()

Output only. The name of the PublisherModel resource. Format: publishers/{publisher}/models/{publisher_model}@{version_id}, or publishers/hf-{hugging-face-author}/models/{hugging-face-model-name}@001

string publisher_model = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for publisherModel.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public DeployPublisherModelResponse.Builder newBuilderForType()
Returns
Type Description
DeployPublisherModelResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected DeployPublisherModelResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
DeployPublisherModelResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public DeployPublisherModelResponse.Builder toBuilder()
Returns
Type Description
DeployPublisherModelResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException