Uses of Class
com.google.cloud.binaryauthorization.v1beta1.stub.SystemPolicyV1Beta1StubSettings
-
Packages that use SystemPolicyV1Beta1StubSettings Package Description com.google.cloud.binaryauthorization.v1beta1 A client to Binary Authorization APIcom.google.cloud.binaryauthorization.v1beta1.stub -
-
Uses of SystemPolicyV1Beta1StubSettings in com.google.cloud.binaryauthorization.v1beta1
Methods in com.google.cloud.binaryauthorization.v1beta1 with parameters of type SystemPolicyV1Beta1StubSettings Modifier and Type Method Description static SystemPolicyV1Beta1Settings
SystemPolicyV1Beta1Settings. create(SystemPolicyV1Beta1StubSettings stub)
-
Uses of SystemPolicyV1Beta1StubSettings in com.google.cloud.binaryauthorization.v1beta1.stub
Methods in com.google.cloud.binaryauthorization.v1beta1.stub that return SystemPolicyV1Beta1StubSettings Modifier and Type Method Description SystemPolicyV1Beta1StubSettings
SystemPolicyV1Beta1StubSettings.Builder. build()
Methods in com.google.cloud.binaryauthorization.v1beta1.stub with parameters of type SystemPolicyV1Beta1StubSettings Modifier and Type Method Description static GrpcSystemPolicyV1Beta1Stub
GrpcSystemPolicyV1Beta1Stub. create(SystemPolicyV1Beta1StubSettings settings)
static HttpJsonSystemPolicyV1Beta1Stub
HttpJsonSystemPolicyV1Beta1Stub. create(SystemPolicyV1Beta1StubSettings settings)
Constructors in com.google.cloud.binaryauthorization.v1beta1.stub with parameters of type SystemPolicyV1Beta1StubSettings Constructor Description Builder(SystemPolicyV1Beta1StubSettings settings)
GrpcSystemPolicyV1Beta1Stub(SystemPolicyV1Beta1StubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcSystemPolicyV1Beta1Stub, using the given settings.GrpcSystemPolicyV1Beta1Stub(SystemPolicyV1Beta1StubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcSystemPolicyV1Beta1Stub, using the given settings.HttpJsonSystemPolicyV1Beta1Stub(SystemPolicyV1Beta1StubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonSystemPolicyV1Beta1Stub, using the given settings.HttpJsonSystemPolicyV1Beta1Stub(SystemPolicyV1Beta1StubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonSystemPolicyV1Beta1Stub, using the given settings.
-