Package proto.rpc.v1

Class Auth.Credentials.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<Auth.Credentials,Auth.Credentials.Builder>
proto.rpc.v1.Auth.Credentials.Builder
All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, Cloneable, Auth.CredentialsOrBuilder
Enclosing class:
Auth.Credentials

public static final class Auth.Credentials.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<Auth.Credentials,Auth.Credentials.Builder> implements Auth.CredentialsOrBuilder
Protobuf type proto.rpc.v1.Credentials
  • Field Summary

    Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder

    instance
  • Method Summary

    Modifier and Type
    Method
    Description
    payload is an opaque string used that are of the given type above.
    type is the type of credentials being used.
    payload is an opaque string used that are of the given type above.
    com.google.protobuf.ByteString
    payload is an opaque string used that are of the given type above.
    type is the type of credentials being used.
    com.google.protobuf.ByteString
    type is the type of credentials being used.
    payload is an opaque string used that are of the given type above.
    setPayloadBytes(com.google.protobuf.ByteString value)
    payload is an opaque string used that are of the given type above.
    setType(String value)
    type is the type of credentials being used.
    setTypeBytes(com.google.protobuf.ByteString value)
    type is the type of credentials being used.

    Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder

    build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom

    Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder

    addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getType

      public String getType()
       type is the type of credentials being used.
       
      string type = 1 [json_name = "type"];
      Specified by:
      getType in interface Auth.CredentialsOrBuilder
      Returns:
      The type.
    • getTypeBytes

      public com.google.protobuf.ByteString getTypeBytes()
       type is the type of credentials being used.
       
      string type = 1 [json_name = "type"];
      Specified by:
      getTypeBytes in interface Auth.CredentialsOrBuilder
      Returns:
      The bytes for type.
    • setType

      public Auth.Credentials.Builder setType(String value)
       type is the type of credentials being used.
       
      string type = 1 [json_name = "type"];
      Parameters:
      value - The type to set.
      Returns:
      This builder for chaining.
    • clearType

      public Auth.Credentials.Builder clearType()
       type is the type of credentials being used.
       
      string type = 1 [json_name = "type"];
      Returns:
      This builder for chaining.
    • setTypeBytes

      public Auth.Credentials.Builder setTypeBytes(com.google.protobuf.ByteString value)
       type is the type of credentials being used.
       
      string type = 1 [json_name = "type"];
      Parameters:
      value - The bytes for type to set.
      Returns:
      This builder for chaining.
    • getPayload

      public String getPayload()
       payload is an opaque string used that are of the given type above.
       
      string payload = 2 [json_name = "payload"];
      Specified by:
      getPayload in interface Auth.CredentialsOrBuilder
      Returns:
      The payload.
    • getPayloadBytes

      public com.google.protobuf.ByteString getPayloadBytes()
       payload is an opaque string used that are of the given type above.
       
      string payload = 2 [json_name = "payload"];
      Specified by:
      getPayloadBytes in interface Auth.CredentialsOrBuilder
      Returns:
      The bytes for payload.
    • setPayload

      public Auth.Credentials.Builder setPayload(String value)
       payload is an opaque string used that are of the given type above.
       
      string payload = 2 [json_name = "payload"];
      Parameters:
      value - The payload to set.
      Returns:
      This builder for chaining.
    • clearPayload

      public Auth.Credentials.Builder clearPayload()
       payload is an opaque string used that are of the given type above.
       
      string payload = 2 [json_name = "payload"];
      Returns:
      This builder for chaining.
    • setPayloadBytes

      public Auth.Credentials.Builder setPayloadBytes(com.google.protobuf.ByteString value)
       payload is an opaque string used that are of the given type above.
       
      string payload = 2 [json_name = "payload"];
      Parameters:
      value - The bytes for payload to set.
      Returns:
      This builder for chaining.