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

grpc.global_admin._SetAccountNameRequestOrBuilder Maven / Gradle / Ivy

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

package grpc.global_admin;

public interface _SetAccountNameRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:global_admin._SetAccountNameRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string account_name = 1;
   * @return The accountName.
   */
  java.lang.String getAccountName();
  /**
   * string account_name = 1;
   * @return The bytes for accountName.
   */
  com.google.protobuf.ByteString
      getAccountNameBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy