Package | Description |
---|---|
com.google.pubsub.v1 |
Modifier and Type | Method and Description |
---|---|
PushConfig.OidcToken |
PushConfig.OidcToken.Builder.build() |
PushConfig.OidcToken |
PushConfig.OidcToken.Builder.buildPartial() |
static PushConfig.OidcToken |
PushConfig.OidcToken.getDefaultInstance() |
PushConfig.OidcToken |
PushConfig.OidcToken.getDefaultInstanceForType() |
PushConfig.OidcToken |
PushConfig.OidcToken.Builder.getDefaultInstanceForType() |
PushConfig.OidcToken |
PushConfig.getOidcToken()
If specified, Pub/Sub will generate and attach an OIDC JWT token as an
`Authorization` header in the HTTP request for every pushed message.
|
PushConfig.OidcToken |
PushConfig.Builder.getOidcToken()
If specified, Pub/Sub will generate and attach an OIDC JWT token as an
`Authorization` header in the HTTP request for every pushed message.
|
PushConfig.OidcToken |
PushConfigOrBuilder.getOidcToken()
If specified, Pub/Sub will generate and attach an OIDC JWT token as an
`Authorization` header in the HTTP request for every pushed message.
|
static PushConfig.OidcToken |
PushConfig.OidcToken.parseDelimitedFrom(InputStream input) |
static PushConfig.OidcToken |
PushConfig.OidcToken.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PushConfig.OidcToken |
PushConfig.OidcToken.parseFrom(byte[] data) |
static PushConfig.OidcToken |
PushConfig.OidcToken.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PushConfig.OidcToken |
PushConfig.OidcToken.parseFrom(ByteBuffer data) |
static PushConfig.OidcToken |
PushConfig.OidcToken.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PushConfig.OidcToken |
PushConfig.OidcToken.parseFrom(com.google.protobuf.ByteString data) |
static PushConfig.OidcToken |
PushConfig.OidcToken.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PushConfig.OidcToken |
PushConfig.OidcToken.parseFrom(com.google.protobuf.CodedInputStream input) |
static PushConfig.OidcToken |
PushConfig.OidcToken.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PushConfig.OidcToken |
PushConfig.OidcToken.parseFrom(InputStream input) |
static PushConfig.OidcToken |
PushConfig.OidcToken.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<PushConfig.OidcToken> |
PushConfig.OidcToken.getParserForType() |
static com.google.protobuf.Parser<PushConfig.OidcToken> |
PushConfig.OidcToken.parser() |
Modifier and Type | Method and Description |
---|---|
PushConfig.OidcToken.Builder |
PushConfig.OidcToken.Builder.mergeFrom(PushConfig.OidcToken other) |
PushConfig.Builder |
PushConfig.Builder.mergeOidcToken(PushConfig.OidcToken value)
If specified, Pub/Sub will generate and attach an OIDC JWT token as an
`Authorization` header in the HTTP request for every pushed message.
|
static PushConfig.OidcToken.Builder |
PushConfig.OidcToken.newBuilder(PushConfig.OidcToken prototype) |
PushConfig.Builder |
PushConfig.Builder.setOidcToken(PushConfig.OidcToken value)
If specified, Pub/Sub will generate and attach an OIDC JWT token as an
`Authorization` header in the HTTP request for every pushed message.
|
Copyright © 2023 Google LLC. All rights reserved.