All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.salesforce.hyperdb.grpc.AttachedDatabaseOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.22.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: hyper_service.proto

// Protobuf Java Version: 3.25.5
package com.salesforce.hyperdb.grpc;

public interface AttachedDatabaseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:salesforce.hyperdb.grpc.v1.AttachedDatabase)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string path = 1;
   * @return The path.
   */
  java.lang.String getPath();
  /**
   * string path = 1;
   * @return The bytes for path.
   */
  com.google.protobuf.ByteString
      getPathBytes();

  /**
   * string alias = 2;
   * @return The alias.
   */
  java.lang.String getAlias();
  /**
   * string alias = 2;
   * @return The bytes for alias.
   */
  com.google.protobuf.ByteString
      getAliasBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy