Interface Service.UpdateGatewayEndpoint.ResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The updated endpoint
    The updated endpoint
    boolean
    The updated endpoint

    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

    • hasEndpoint

      boolean hasEndpoint()
       The updated endpoint
       
      optional .mlflow.GatewayEndpoint endpoint = 1;
      Returns:
      Whether the endpoint field is set.
    • getEndpoint

       The updated endpoint
       
      optional .mlflow.GatewayEndpoint endpoint = 1;
      Returns:
      The endpoint.
    • getEndpointOrBuilder

      Service.GatewayEndpointOrBuilder getEndpointOrBuilder()
       The updated endpoint
       
      optional .mlflow.GatewayEndpoint endpoint = 1;