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
Modifier and TypeMethodDescriptionEither endpoint_id or name must be providedcom.google.protobuf.ByteStringEither endpoint_id or name must be providedgetName()optional string name = 2;com.google.protobuf.ByteStringoptional string name = 2;booleanEither endpoint_id or name must be providedbooleanhasName()optional string name = 2;Methods 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()Either endpoint_id or name must be provided
optional string endpoint_id = 1;- Returns:
- Whether the endpointId field is set.
-
getEndpointId
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
String getName()optional string name = 2;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()optional string name = 2;- Returns:
- The bytes for name.
-