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 TypeMethodDescriptionstring instance_id = 1;com.google.protobuf.ByteStringstring instance_id = 1;getPayload(int index) repeated string payload = 3;com.google.protobuf.ByteStringgetPayloadBytes(int index) repeated string payload = 3;intrepeated 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
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getInstanceId
-
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
AccountTypeCredentials getService().soulfire.v1.AccountTypeCredentials service = 2;- Returns:
- The service.
-
getPayloadList
-
getPayloadCount
int getPayloadCount()repeated string payload = 3;- Returns:
- The count of payload.
-
getPayload
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.
-