Package org.mlflow.api.proto
Interface Service.ListGatewayEndpointBindingsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.ListGatewayEndpointBindings,Service.ListGatewayEndpointBindings.Builder
- Enclosing class:
- Service
public static interface Service.ListGatewayEndpointBindingsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionID of the endpoint to list bindings forcom.google.protobuf.ByteStringID of the endpoint to list bindings forID of the resource to filter bindings bycom.google.protobuf.ByteStringID of the resource to filter bindings byType of resource to filter bindings by (e.g., "scorer")com.google.protobuf.ByteStringType of resource to filter bindings by (e.g., "scorer")booleanID of the endpoint to list bindings forbooleanID of the resource to filter bindings bybooleanType of resource to filter bindings by (e.g., "scorer")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()ID of the endpoint to list bindings for
optional string endpoint_id = 1;- Returns:
- Whether the endpointId field is set.
-
getEndpointId
String getEndpointId()ID of the endpoint to list bindings for
optional string endpoint_id = 1;- Returns:
- The endpointId.
-
getEndpointIdBytes
com.google.protobuf.ByteString getEndpointIdBytes()ID of the endpoint to list bindings for
optional string endpoint_id = 1;- Returns:
- The bytes for endpointId.
-
hasResourceType
boolean hasResourceType()Type of resource to filter bindings by (e.g., "scorer")
optional string resource_type = 2;- Returns:
- Whether the resourceType field is set.
-
getResourceType
String getResourceType()Type of resource to filter bindings by (e.g., "scorer")
optional string resource_type = 2;- Returns:
- The resourceType.
-
getResourceTypeBytes
com.google.protobuf.ByteString getResourceTypeBytes()Type of resource to filter bindings by (e.g., "scorer")
optional string resource_type = 2;- Returns:
- The bytes for resourceType.
-
hasResourceId
boolean hasResourceId()ID of the resource to filter bindings by
optional string resource_id = 3;- Returns:
- Whether the resourceId field is set.
-
getResourceId
String getResourceId()ID of the resource to filter bindings by
optional string resource_id = 3;- Returns:
- The resourceId.
-
getResourceIdBytes
com.google.protobuf.ByteString getResourceIdBytes()ID of the resource to filter bindings by
optional string resource_id = 3;- Returns:
- The bytes for resourceId.
-