Class BinauthzManagementServiceV1Beta1Stub
- java.lang.Object
-
- com.google.cloud.binaryauthorization.v1beta1.stub.BinauthzManagementServiceV1Beta1Stub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
- Direct Known Subclasses:
GrpcBinauthzManagementServiceV1Beta1Stub
,HttpJsonBinauthzManagementServiceV1Beta1Stub
@BetaApi @Generated("by gapic-generator-java") public abstract class BinauthzManagementServiceV1Beta1Stub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the BinauthzManagementServiceV1Beta1 service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description BinauthzManagementServiceV1Beta1Stub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract void
close()
com.google.api.gax.rpc.UnaryCallable<CreateAttestorRequest,Attestor>
createAttestorCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteAttestorRequest,com.google.protobuf.Empty>
deleteAttestorCallable()
com.google.api.gax.rpc.UnaryCallable<GetAttestorRequest,Attestor>
getAttestorCallable()
com.google.api.gax.rpc.UnaryCallable<GetPolicyRequest,Policy>
getPolicyCallable()
com.google.api.gax.rpc.UnaryCallable<ListAttestorsRequest,ListAttestorsResponse>
listAttestorsCallable()
com.google.api.gax.rpc.UnaryCallable<ListAttestorsRequest,BinauthzManagementServiceV1Beta1Client.ListAttestorsPagedResponse>
listAttestorsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateAttestorRequest,Attestor>
updateAttestorCallable()
com.google.api.gax.rpc.UnaryCallable<UpdatePolicyRequest,Policy>
updatePolicyCallable()
-
-
-
Method Detail
-
getPolicyCallable
public com.google.api.gax.rpc.UnaryCallable<GetPolicyRequest,Policy> getPolicyCallable()
-
updatePolicyCallable
public com.google.api.gax.rpc.UnaryCallable<UpdatePolicyRequest,Policy> updatePolicyCallable()
-
createAttestorCallable
public com.google.api.gax.rpc.UnaryCallable<CreateAttestorRequest,Attestor> createAttestorCallable()
-
getAttestorCallable
public com.google.api.gax.rpc.UnaryCallable<GetAttestorRequest,Attestor> getAttestorCallable()
-
updateAttestorCallable
public com.google.api.gax.rpc.UnaryCallable<UpdateAttestorRequest,Attestor> updateAttestorCallable()
-
listAttestorsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListAttestorsRequest,BinauthzManagementServiceV1Beta1Client.ListAttestorsPagedResponse> listAttestorsPagedCallable()
-
listAttestorsCallable
public com.google.api.gax.rpc.UnaryCallable<ListAttestorsRequest,ListAttestorsResponse> listAttestorsCallable()
-
deleteAttestorCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteAttestorRequest,com.google.protobuf.Empty> deleteAttestorCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-