Interface Environment.EndpointsOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Environment.Endpoints, Environment.Endpoints.Builder
    Enclosing class:
    Environment

    public static interface Environment.EndpointsOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getNotebooks()
      Output only.
      com.google.protobuf.ByteString getNotebooksBytes()
      Output only.
      String getSql()
      Output only.
      com.google.protobuf.ByteString getSqlBytes()
      Output only.
      • 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 Detail

      • getNotebooks

        String getNotebooks()
         Output only. URI to serve notebook APIs
         
        string notebooks = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The notebooks.
      • getNotebooksBytes

        com.google.protobuf.ByteString getNotebooksBytes()
         Output only. URI to serve notebook APIs
         
        string notebooks = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for notebooks.
      • getSql

        String getSql()
         Output only. URI to serve SQL APIs
         
        string sql = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The sql.
      • getSqlBytes

        com.google.protobuf.ByteString getSqlBytes()
         Output only. URI to serve SQL APIs
         
        string sql = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for sql.