Package org.mlflow.api.proto
Interface Service.GetGatewayEndpointOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.GetGatewayEndpoint,Service.GetGatewayEndpoint.Builder
- Enclosing class:
- Service
public static interface Service.GetGatewayEndpointOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetEndpointId()Either endpoint_id or name must be providedcom.google.protobuf.ByteStringgetEndpointIdBytes()Either endpoint_id or name must be providedjava.lang.StringgetName()optional string name = 2;com.google.protobuf.ByteStringgetNameBytes()optional string name = 2;booleanhasEndpointId()Either endpoint_id or name must be providedbooleanhasName()optional string name = 2;-
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()
Either endpoint_id or name must be provided
optional string endpoint_id = 1;- Returns:
- Whether the endpointId field is set.
-
getEndpointId
java.lang.String getEndpointId()
Either endpoint_id or name must be provided
optional string endpoint_id = 1;- Returns:
- The endpointId.
-
getEndpointIdBytes
com.google.protobuf.ByteString getEndpointIdBytes()
Either endpoint_id or name must be provided
optional string endpoint_id = 1;- Returns:
- The bytes for endpointId.
-
hasName
boolean hasName()
optional string name = 2;- Returns:
- Whether the name field is set.
-
getName
java.lang.String getName()
optional string name = 2;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
optional string name = 2;- Returns:
- The bytes for name.
-
-