All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.compute.model.CallCredentials.html Maven / Gradle / Ivy







CallCredentials (Compute Engine API alpha-rev20200526-1.30.9)












com.google.api.services.compute.model

Class CallCredentials

    • Constructor Detail

      • CallCredentials

        public CallCredentials()
    • Method Detail

      • getCallCredentialType

        public String getCallCredentialType()
        The type of call credentials to use for GRPC requests to the SDS server. This field can be set to one of the following: - GCE_VM: The local GCE VM service account credentials are used to access the SDS server. - FROM_PLUGIN: Custom authenticator credentials are used to access the SDS server.
        Returns:
        value or null for none
      • setCallCredentialType

        public CallCredentials setCallCredentialType(String callCredentialType)
        The type of call credentials to use for GRPC requests to the SDS server. This field can be set to one of the following: - GCE_VM: The local GCE VM service account credentials are used to access the SDS server. - FROM_PLUGIN: Custom authenticator credentials are used to access the SDS server.
        Parameters:
        callCredentialType - callCredentialType or null for none
      • getFromPlugin

        public MetadataCredentialsFromPlugin getFromPlugin()
        Custom authenticator credentials. Valid if callCredentialType is FROM_PLUGIN.
        Returns:
        value or null for none
      • setFromPlugin

        public CallCredentials setFromPlugin(MetadataCredentialsFromPlugin fromPlugin)
        Custom authenticator credentials. Valid if callCredentialType is FROM_PLUGIN.
        Parameters:
        fromPlugin - fromPlugin or null for none

Copyright © 2011–2020 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy