Package org.mlflow.api.proto
Interface Service.UpdateGatewayEndpointOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.UpdateGatewayEndpoint,Service.UpdateGatewayEndpoint.Builder
- Enclosing class:
- Service
public static interface Service.UpdateGatewayEndpointOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetEndpointId()ID of the endpoint to updatecom.google.protobuf.ByteStringgetEndpointIdBytes()ID of the endpoint to updatejava.lang.StringgetName()Optional new name for the endpointcom.google.protobuf.ByteStringgetNameBytes()Optional new name for the endpointjava.lang.StringgetUpdatedBy()Username of the updatercom.google.protobuf.ByteStringgetUpdatedByBytes()Username of the updaterbooleanhasEndpointId()ID of the endpoint to updatebooleanhasName()Optional new name for the endpointbooleanhasUpdatedBy()Username of the updater-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasEndpointId
boolean hasEndpointId()
ID of the endpoint to update
optional string endpoint_id = 1;- Returns:
- Whether the endpointId field is set.
-
getEndpointId
java.lang.String getEndpointId()
ID of the endpoint to update
optional string endpoint_id = 1;- Returns:
- The endpointId.
-
getEndpointIdBytes
com.google.protobuf.ByteString getEndpointIdBytes()
ID of the endpoint to update
optional string endpoint_id = 1;- Returns:
- The bytes for endpointId.
-
hasName
boolean hasName()
Optional new name for the endpoint
optional string name = 2;- Returns:
- Whether the name field is set.
-
getName
java.lang.String getName()
Optional new name for the endpoint
optional string name = 2;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Optional new name for the endpoint
optional string name = 2;- Returns:
- The bytes for name.
-
hasUpdatedBy
boolean hasUpdatedBy()
Username of the updater
optional string updated_by = 3;- Returns:
- Whether the updatedBy field is set.
-
getUpdatedBy
java.lang.String getUpdatedBy()
Username of the updater
optional string updated_by = 3;- Returns:
- The updatedBy.
-
getUpdatedByBytes
com.google.protobuf.ByteString getUpdatedByBytes()
Username of the updater
optional string updated_by = 3;- Returns:
- The bytes for updatedBy.
-
-