Interface Service.CreateGatewayEndpointBinding.ResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Service.CreateGatewayEndpointBinding.Response, Service.CreateGatewayEndpointBinding.Response.Builder
Enclosing class:
Service.CreateGatewayEndpointBinding

public static interface Service.CreateGatewayEndpointBinding.ResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The created binding
    The created binding
    boolean
    The created binding

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasBinding

      boolean hasBinding()
       The created binding
       
      optional .mlflow.GatewayEndpointBinding binding = 1;
      Returns:
      Whether the binding field is set.
    • getBinding

       The created binding
       
      optional .mlflow.GatewayEndpointBinding binding = 1;
      Returns:
      The binding.
    • getBindingOrBuilder

       The created binding
       
      optional .mlflow.GatewayEndpointBinding binding = 1;