Package org.mlflow.api.proto
Interface Service.SetGatewayEndpointTagOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.SetGatewayEndpointTag,Service.SetGatewayEndpointTag.Builder
- Enclosing class:
- Service
public static interface Service.SetGatewayEndpointTagOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionID of the endpoint to set tag oncom.google.protobuf.ByteStringID of the endpoint to set tag ongetKey()Tag key to setcom.google.protobuf.ByteStringTag key to setgetValue()Tag value to setcom.google.protobuf.ByteStringTag value to setbooleanID of the endpoint to set tag onbooleanhasKey()Tag key to setbooleanhasValue()Tag value to setMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasEndpointId
boolean hasEndpointId()ID of the endpoint to set tag on
optional string endpoint_id = 1;- Returns:
- Whether the endpointId field is set.
-
getEndpointId
String getEndpointId()ID of the endpoint to set tag on
optional string endpoint_id = 1;- Returns:
- The endpointId.
-
getEndpointIdBytes
com.google.protobuf.ByteString getEndpointIdBytes()ID of the endpoint to set tag on
optional string endpoint_id = 1;- Returns:
- The bytes for endpointId.
-
hasKey
boolean hasKey()Tag key to set
optional string key = 2;- Returns:
- Whether the key field is set.
-
getKey
String getKey()Tag key to set
optional string key = 2;- Returns:
- The key.
-
getKeyBytes
com.google.protobuf.ByteString getKeyBytes()Tag key to set
optional string key = 2;- Returns:
- The bytes for key.
-
hasValue
boolean hasValue()Tag value to set
optional string value = 3;- Returns:
- Whether the value field is set.
-
getValue
String getValue()Tag value to set
optional string value = 3;- Returns:
- The value.
-
getValueBytes
com.google.protobuf.ByteString getValueBytes()Tag value to set
optional string value = 3;- Returns:
- The bytes for value.
-