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.ByteStringpayload is an opaque string used that are of the given type above.getType()type is the type of credentials being used.com.google.protobuf.ByteStringtype 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, mergeFromMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
getTypein 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:
getTypeBytesin 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:
getPayloadin 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:
getPayloadBytesin 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.
-