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

    Modifier and Type
    Method
    Description
    string audience = 6;
    com.google.protobuf.ByteString
    string audience = 6;
    string cdf_project_name = 5;
    com.google.protobuf.ByteString
    string cdf_project_name = 5;
    string client_id = 1;
    com.google.protobuf.ByteString
    string client_id = 1;
    string client_secret = 2;
    com.google.protobuf.ByteString
    string client_secret = 2;
    string scopes = 3;
    com.google.protobuf.ByteString
    string scopes = 3;
    string token_uri = 4;
    com.google.protobuf.ByteString
    string token_uri = 4;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • 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.