public final class UpdateEndpointLongRunningRequest extends GeneratedMessage implements UpdateEndpointLongRunningRequestOrBuilderRequest message for EndpointService.UpdateEndpointLongRunning.
Protobuf type google.cloud.vertexai.v1.UpdateEndpointLongRunningRequest
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > UpdateEndpointLongRunningRequestImplements
UpdateEndpointLongRunningRequestOrBuilderStatic Fields
ENDPOINT_FIELD_NUMBER
public static final int ENDPOINT_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static UpdateEndpointLongRunningRequest getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
UpdateEndpointLongRunningRequest |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static UpdateEndpointLongRunningRequest.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
UpdateEndpointLongRunningRequest.Builder |
|
newBuilder(UpdateEndpointLongRunningRequest prototype)
public static UpdateEndpointLongRunningRequest.Builder newBuilder(UpdateEndpointLongRunningRequest prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
UpdateEndpointLongRunningRequest |
| Returns | |
|---|---|
| Type | Description |
UpdateEndpointLongRunningRequest.Builder |
|
parseDelimitedFrom(InputStream input)
public static UpdateEndpointLongRunningRequest parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
UpdateEndpointLongRunningRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static UpdateEndpointLongRunningRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateEndpointLongRunningRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static UpdateEndpointLongRunningRequest parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
UpdateEndpointLongRunningRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static UpdateEndpointLongRunningRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateEndpointLongRunningRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static UpdateEndpointLongRunningRequest parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
UpdateEndpointLongRunningRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static UpdateEndpointLongRunningRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateEndpointLongRunningRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static UpdateEndpointLongRunningRequest parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
UpdateEndpointLongRunningRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static UpdateEndpointLongRunningRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateEndpointLongRunningRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static UpdateEndpointLongRunningRequest parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
UpdateEndpointLongRunningRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static UpdateEndpointLongRunningRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateEndpointLongRunningRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static UpdateEndpointLongRunningRequest parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
UpdateEndpointLongRunningRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static UpdateEndpointLongRunningRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateEndpointLongRunningRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<UpdateEndpointLongRunningRequest> parser()| Returns | |
|---|---|
| Type | Description |
Parser<UpdateEndpointLongRunningRequest> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public UpdateEndpointLongRunningRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpdateEndpointLongRunningRequest |
|
getEndpoint()
public Endpoint getEndpoint() Required. The Endpoint which replaces the resource on the server. Currently
we only support updating the client_connection_config field, all the
other fields' update will be blocked.
.google.cloud.vertexai.v1.Endpoint endpoint = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Endpoint |
The endpoint. |
getEndpointOrBuilder()
public EndpointOrBuilder getEndpointOrBuilder() Required. The Endpoint which replaces the resource on the server. Currently
we only support updating the client_connection_config field, all the
other fields' update will be blocked.
.google.cloud.vertexai.v1.Endpoint endpoint = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
EndpointOrBuilder |
|
getParserForType()
public Parser<UpdateEndpointLongRunningRequest> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<UpdateEndpointLongRunningRequest> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hasEndpoint()
public boolean hasEndpoint() Required. The Endpoint which replaces the resource on the server. Currently
we only support updating the client_connection_config field, all the
other fields' update will be blocked.
.google.cloud.vertexai.v1.Endpoint endpoint = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the endpoint field is set. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public UpdateEndpointLongRunningRequest.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
UpdateEndpointLongRunningRequest.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected UpdateEndpointLongRunningRequest.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
UpdateEndpointLongRunningRequest.Builder |
|
toBuilder()
public UpdateEndpointLongRunningRequest.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
UpdateEndpointLongRunningRequest.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|