Uses of Class
com.google.pubsub.v1.PushConfig.OidcToken
-
Uses of PushConfig.OidcToken in com.google.pubsub.v1
Methods in com.google.pubsub.v1 that return PushConfig.OidcTokenModifier and TypeMethodDescriptionPushConfig.OidcToken.Builder.build()PushConfig.OidcToken.Builder.buildPartial()static PushConfig.OidcTokenPushConfig.OidcToken.getDefaultInstance()PushConfig.OidcToken.Builder.getDefaultInstanceForType()PushConfig.OidcToken.getDefaultInstanceForType()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.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.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.OidcTokenPushConfig.OidcToken.parseDelimitedFrom(InputStream input) static PushConfig.OidcTokenPushConfig.OidcToken.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PushConfig.OidcTokenPushConfig.OidcToken.parseFrom(byte[] data) static PushConfig.OidcTokenPushConfig.OidcToken.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PushConfig.OidcTokenPushConfig.OidcToken.parseFrom(com.google.protobuf.ByteString data) static PushConfig.OidcTokenPushConfig.OidcToken.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PushConfig.OidcTokenPushConfig.OidcToken.parseFrom(com.google.protobuf.CodedInputStream input) static PushConfig.OidcTokenPushConfig.OidcToken.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PushConfig.OidcTokenPushConfig.OidcToken.parseFrom(InputStream input) static PushConfig.OidcTokenPushConfig.OidcToken.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PushConfig.OidcTokenPushConfig.OidcToken.parseFrom(ByteBuffer data) static PushConfig.OidcTokenPushConfig.OidcToken.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.pubsub.v1 that return types with arguments of type PushConfig.OidcTokenModifier and TypeMethodDescriptioncom.google.protobuf.Parser<PushConfig.OidcToken>PushConfig.OidcToken.getParserForType()static com.google.protobuf.Parser<PushConfig.OidcToken>PushConfig.OidcToken.parser()Methods in com.google.pubsub.v1 with parameters of type PushConfig.OidcTokenModifier and TypeMethodDescriptionPushConfig.OidcToken.Builder.mergeFrom(PushConfig.OidcToken other) 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.BuilderPushConfig.OidcToken.newBuilder(PushConfig.OidcToken prototype) 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.