Interfaccia UpdateEndpointRequestOrBuilder (1.3.0)

public interface UpdateEndpointRequestOrBuilder extends MessageOrBuilder

Implementa

MessageOrBuilder

Metodi

getEndpoint()

public abstract Endpoint getEndpoint()

Obbligatorio. L'endpoint che sostituisce la risorsa sul server.

.google.cloud.vertexai.v1.Endpoint endpoint = 1 [(.google.api.field_behavior) = REQUIRED];

Restituisce
Tipo Description
Endpoint

L'endpoint.

getEndpointOrBuilder()

public abstract EndpointOrBuilder getEndpointOrBuilder()

Obbligatorio. L'endpoint che sostituisce la risorsa sul server.

.google.cloud.vertexai.v1.Endpoint endpoint = 1 [(.google.api.field_behavior) = REQUIRED];

Restituisce
Tipo Description
EndpointOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

Obbligatorio. La maschera di aggiornamento si applica alla risorsa. Vedi google.protobuf.FieldMask.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Restituisce
Tipo Description
FieldMask

La maschera di aggiornamento.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

Obbligatorio. La maschera di aggiornamento si applica alla risorsa. Vedi google.protobuf.FieldMask.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Restituisce
Tipo Description
FieldMaskOrBuilder

hasEndpoint()

public abstract boolean hasEndpoint()

Obbligatorio. L'endpoint che sostituisce la risorsa sul server.

.google.cloud.vertexai.v1.Endpoint endpoint = 1 [(.google.api.field_behavior) = REQUIRED];

Restituisce
Tipo Description
boolean

Indica se è impostato il campo dell'endpoint.

hasUpdateMask()

public abstract boolean hasUpdateMask()

Obbligatorio. La maschera di aggiornamento si applica alla risorsa. Vedi google.protobuf.FieldMask.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Restituisce
Tipo Description
boolean

Indica se il campo updateMask è impostato.