Skip to content

Commit

Permalink
feat: Add additional TokenType options (TOKEN_TYPE_PKI and `TOKEN…
Browse files Browse the repository at this point in the history
…_TYPE_LIMITED_AWS`)

PiperOrigin-RevId: 619305466

Source-Link: googleapis/googleapis@9b6f3aa

Source-Link: googleapis/googleapis-gen@56d70bd
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuQ29uZmlkZW50aWFsQ29tcHV0aW5nLlYxQWxwaGExLy5Pd2xCb3QueWFtbCIsImgiOiI1NmQ3MGJkN2Y5MWU3NzgwZmE1MTRmNGRmODMzZmMxYWIzZWE5MTZhIn0=
  • Loading branch information
gcf-owl-bot[bot] authored and jskeet committed Mar 27, 2024
1 parent 61c3ef8 commit 9cd40a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ public abstract partial class ConfidentialComputingClient
});

/// <summary>The service metadata associated with this client type.</summary>
public static gaxgrpc::ServiceMetadata ServiceMetadata { get; } = new gaxgrpc::ServiceMetadata(ConfidentialComputing.Descriptor, DefaultEndpoint, DefaultScopes, true, gax::ApiTransports.Grpc, PackageApiMetadata.ApiMetadata);
public static gaxgrpc::ServiceMetadata ServiceMetadata { get; } = new gaxgrpc::ServiceMetadata(ConfidentialComputing.Descriptor, DefaultEndpoint, DefaultScopes, true, gax::ApiTransports.Grpc | gax::ApiTransports.Rest, PackageApiMetadata.ApiMetadata);

internal static gaxgrpc::ChannelPool ChannelPool { get; } = new gaxgrpc::ChannelPool(ServiceMetadata);

Expand Down

0 comments on commit 9cd40a3

Please sign in to comment.