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

alluxio.grpc.PolicyInfoOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer alluxio.shaded.client.com.iler.  DO NOT EDIT!
// source: grpc/policy_master.proto

package alluxio.grpc;

public interface PolicyInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:alluxio.grpc.policy.PolicyInfo)
    alluxio.shaded.client.com.google.protobuf.MessageOrBuilder {

  /**
   * optional int64 id = 1;
   * @return Whether the id field is set.
   */
  boolean hasId();
  /**
   * optional int64 id = 1;
   * @return The id.
   */
  long getId();

  /**
   * optional string name = 2;
   * @return Whether the name field is set.
   */
  boolean hasName();
  /**
   * optional string name = 2;
   * @return The name.
   */
  java.lang.String getName();
  /**
   * optional string name = 2;
   * @return The bytes for name.
   */
  alluxio.shaded.client.com.google.protobuf.ByteString
      getNameBytes();

  /**
   * optional int64 created_at = 3;
   * @return Whether the createdAt field is set.
   */
  boolean hasCreatedAt();
  /**
   * optional int64 created_at = 3;
   * @return The createdAt.
   */
  long getCreatedAt();

  /**
   * optional .alluxio.grpc.policy.AddPolicyPOptions options = 4;
   * @return Whether the options field is set.
   */
  boolean hasOptions();
  /**
   * optional .alluxio.grpc.policy.AddPolicyPOptions options = 4;
   * @return The options.
   */
  alluxio.grpc.AddPolicyPOptions getOptions();
  /**
   * optional .alluxio.grpc.policy.AddPolicyPOptions options = 4;
   */
  alluxio.grpc.AddPolicyPOptionsOrBuilder getOptionsOrBuilder();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy