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

org.yamcs.protobuf.CreateServiceAccountResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.10.9
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: yamcs/protobuf/iam/iam.proto

package org.yamcs.protobuf;

public interface CreateServiceAccountResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.iam.CreateServiceAccountResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Service account name
   * 
* * optional string name = 1; * @return Whether the name field is set. */ boolean hasName(); /** *
   * Service account name
   * 
* * optional string name = 1; * @return The name. */ java.lang.String getName(); /** *
   * Service account name
   * 
* * optional string name = 1; * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); /** * optional string applicationId = 2; * @return Whether the applicationId field is set. */ boolean hasApplicationId(); /** * optional string applicationId = 2; * @return The applicationId. */ java.lang.String getApplicationId(); /** * optional string applicationId = 2; * @return The bytes for applicationId. */ com.google.protobuf.ByteString getApplicationIdBytes(); /** * optional string applicationSecret = 3; * @return Whether the applicationSecret field is set. */ boolean hasApplicationSecret(); /** * optional string applicationSecret = 3; * @return The applicationSecret. */ java.lang.String getApplicationSecret(); /** * optional string applicationSecret = 3; * @return The bytes for applicationSecret. */ com.google.protobuf.ByteString getApplicationSecretBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy