Interface ScanConfig.AuthenticationOrBuilder

    • Method Detail

      • hasGoogleAccount

        boolean hasGoogleAccount()
         Authentication using a Google account.
         
        .google.cloud.websecurityscanner.v1beta.ScanConfig.Authentication.GoogleAccount google_account = 1;
        Returns:
        Whether the googleAccount field is set.
      • getGoogleAccount

        ScanConfig.Authentication.GoogleAccount getGoogleAccount()
         Authentication using a Google account.
         
        .google.cloud.websecurityscanner.v1beta.ScanConfig.Authentication.GoogleAccount google_account = 1;
        Returns:
        The googleAccount.
      • getGoogleAccountOrBuilder

        ScanConfig.Authentication.GoogleAccountOrBuilder getGoogleAccountOrBuilder()
         Authentication using a Google account.
         
        .google.cloud.websecurityscanner.v1beta.ScanConfig.Authentication.GoogleAccount google_account = 1;
      • hasCustomAccount

        boolean hasCustomAccount()
         Authentication using a custom account.
         
        .google.cloud.websecurityscanner.v1beta.ScanConfig.Authentication.CustomAccount custom_account = 2;
        Returns:
        Whether the customAccount field is set.
      • getCustomAccount

        ScanConfig.Authentication.CustomAccount getCustomAccount()
         Authentication using a custom account.
         
        .google.cloud.websecurityscanner.v1beta.ScanConfig.Authentication.CustomAccount custom_account = 2;
        Returns:
        The customAccount.
      • getCustomAccountOrBuilder

        ScanConfig.Authentication.CustomAccountOrBuilder getCustomAccountOrBuilder()
         Authentication using a custom account.
         
        .google.cloud.websecurityscanner.v1beta.ScanConfig.Authentication.CustomAccount custom_account = 2;