Interface CredentialsAuthRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CredentialsAuthRequest, CredentialsAuthRequest.Builder

@Generated public interface CredentialsAuthRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string instance_id = 1;
    com.google.protobuf.ByteString
    string instance_id = 1;
    getPayload(int index)
    repeated string payload = 3;
    com.google.protobuf.ByteString
    getPayloadBytes(int index)
    repeated string payload = 3;
    int
    repeated string payload = 3;
    repeated string payload = 3;
    .soulfire.v1.AccountTypeCredentials service = 2;
    int
    .soulfire.v1.AccountTypeCredentials service = 2;

    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 Details

    • getInstanceId

      String getInstanceId()
      string instance_id = 1;
      Returns:
      The instanceId.
    • getInstanceIdBytes

      com.google.protobuf.ByteString getInstanceIdBytes()
      string instance_id = 1;
      Returns:
      The bytes for instanceId.
    • getServiceValue

      int getServiceValue()
      .soulfire.v1.AccountTypeCredentials service = 2;
      Returns:
      The enum numeric value on the wire for service.
    • getService

      .soulfire.v1.AccountTypeCredentials service = 2;
      Returns:
      The service.
    • getPayloadList

      List<String> getPayloadList()
      repeated string payload = 3;
      Returns:
      A list containing the payload.
    • getPayloadCount

      int getPayloadCount()
      repeated string payload = 3;
      Returns:
      The count of payload.
    • getPayload

      String getPayload(int index)
      repeated string payload = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The payload at the given index.
    • getPayloadBytes

      com.google.protobuf.ByteString getPayloadBytes(int index)
      repeated string payload = 3;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the payload at the given index.