Package com.cognite.client.dto
Interface Transformation.FlatOidcCredentialsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Transformation.FlatOidcCredentials,Transformation.FlatOidcCredentials.Builder
- Enclosing class:
- Transformation
public static interface Transformation.FlatOidcCredentialsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAudience()string audience = 6;com.google.protobuf.ByteStringgetAudienceBytes()string audience = 6;StringgetCdfProjectName()string cdf_project_name = 5;com.google.protobuf.ByteStringgetCdfProjectNameBytes()string cdf_project_name = 5;StringgetClientId()string client_id = 1;com.google.protobuf.ByteStringgetClientIdBytes()string client_id = 1;StringgetClientSecret()string client_secret = 2;com.google.protobuf.ByteStringgetClientSecretBytes()string client_secret = 2;StringgetScopes()string scopes = 3;com.google.protobuf.ByteStringgetScopesBytes()string scopes = 3;StringgetTokenUri()string token_uri = 4;com.google.protobuf.ByteStringgetTokenUriBytes()string token_uri = 4;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getClientId
String getClientId()
string client_id = 1;- Returns:
- The clientId.
-
getClientIdBytes
com.google.protobuf.ByteString getClientIdBytes()
string client_id = 1;- Returns:
- The bytes for clientId.
-
getClientSecret
String getClientSecret()
string client_secret = 2;- Returns:
- The clientSecret.
-
getClientSecretBytes
com.google.protobuf.ByteString getClientSecretBytes()
string client_secret = 2;- Returns:
- The bytes for clientSecret.
-
getScopes
String getScopes()
string scopes = 3;- Returns:
- The scopes.
-
getScopesBytes
com.google.protobuf.ByteString getScopesBytes()
string scopes = 3;- Returns:
- The bytes for scopes.
-
getTokenUri
String getTokenUri()
string token_uri = 4;- Returns:
- The tokenUri.
-
getTokenUriBytes
com.google.protobuf.ByteString getTokenUriBytes()
string token_uri = 4;- Returns:
- The bytes for tokenUri.
-
getCdfProjectName
String getCdfProjectName()
string cdf_project_name = 5;- Returns:
- The cdfProjectName.
-
getCdfProjectNameBytes
com.google.protobuf.ByteString getCdfProjectNameBytes()
string cdf_project_name = 5;- Returns:
- The bytes for cdfProjectName.
-
getAudience
String getAudience()
string audience = 6;- Returns:
- The audience.
-
getAudienceBytes
com.google.protobuf.ByteString getAudienceBytes()
string audience = 6;- Returns:
- The bytes for audience.
-
-