Interface GitHubEnterpriseSecretsOrBuilder (3.82.0)

publicinterface GitHubEnterpriseSecretsOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getOauthClientIdVersionName()

publicabstractStringgetOauthClientIdVersionName()

The resource name for the OAuth client ID secret version in Secret Manager.

string oauth_client_id_version_name = 8 [(.google.api.resource_reference) = { ... }

Returns
Type Description
String

The oauthClientIdVersionName.

getOauthClientIdVersionNameBytes()

publicabstractByteStringgetOauthClientIdVersionNameBytes()

The resource name for the OAuth client ID secret version in Secret Manager.

string oauth_client_id_version_name = 8 [(.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for oauthClientIdVersionName.

getOauthSecretVersionName()

publicabstractStringgetOauthSecretVersionName()

The resource name for the OAuth secret secret version in Secret Manager.

string oauth_secret_version_name = 7 [(.google.api.resource_reference) = { ... }

Returns
Type Description
String

The oauthSecretVersionName.

getOauthSecretVersionNameBytes()

publicabstractByteStringgetOauthSecretVersionNameBytes()

The resource name for the OAuth secret secret version in Secret Manager.

string oauth_secret_version_name = 7 [(.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for oauthSecretVersionName.

getPrivateKeyVersionName()

publicabstractStringgetPrivateKeyVersionName()

The resource name for the private key secret version.

string private_key_version_name = 5 [(.google.api.resource_reference) = { ... }

Returns
Type Description
String

The privateKeyVersionName.

getPrivateKeyVersionNameBytes()

publicabstractByteStringgetPrivateKeyVersionNameBytes()

The resource name for the private key secret version.

string private_key_version_name = 5 [(.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for privateKeyVersionName.

getWebhookSecretVersionName()

publicabstractStringgetWebhookSecretVersionName()

The resource name for the webhook secret secret version in Secret Manager.

string webhook_secret_version_name = 6 [(.google.api.resource_reference) = { ... }

Returns
Type Description
String

The webhookSecretVersionName.

getWebhookSecretVersionNameBytes()

publicabstractByteStringgetWebhookSecretVersionNameBytes()

The resource name for the webhook secret secret version in Secret Manager.

string webhook_secret_version_name = 6 [(.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for webhookSecretVersionName.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.