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 TypeMethodDescriptionpayload 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.getType()
type is the type of credentials being used.com.google.protobuf.ByteString
type is the type of credentials being used.setPayload
(String value) 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.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
type is the type of credentials being used.
string type = 1 [json_name = "type"];
- Specified by:
getType
in interfaceAuth.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 interfaceAuth.CredentialsOrBuilder
- Returns:
- The bytes for type.
-
setType
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
type is the type of credentials being used.
string type = 1 [json_name = "type"];
- Returns:
- This builder for chaining.
-
setTypeBytes
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
payload is an opaque string used that are of the given type above.
string payload = 2 [json_name = "payload"];
- Specified by:
getPayload
in interfaceAuth.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 interfaceAuth.CredentialsOrBuilder
- Returns:
- The bytes for payload.
-
setPayload
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
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
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.
-