Uses of Class
com.google.cloud.binaryauthorization.v1beta1.UpdateAttestorRequest
-
Packages that use UpdateAttestorRequest Package Description com.google.cloud.binaryauthorization.v1beta1 A client to Binary Authorization APIcom.google.cloud.binaryauthorization.v1beta1.stub -
-
Uses of UpdateAttestorRequest in com.google.cloud.binaryauthorization.v1beta1
Methods in com.google.cloud.binaryauthorization.v1beta1 that return UpdateAttestorRequest Modifier and Type Method Description UpdateAttestorRequest
UpdateAttestorRequest.Builder. build()
UpdateAttestorRequest
UpdateAttestorRequest.Builder. buildPartial()
static UpdateAttestorRequest
UpdateAttestorRequest. getDefaultInstance()
UpdateAttestorRequest
UpdateAttestorRequest.Builder. getDefaultInstanceForType()
UpdateAttestorRequest
UpdateAttestorRequest. getDefaultInstanceForType()
static UpdateAttestorRequest
UpdateAttestorRequest. parseDelimitedFrom(InputStream input)
static UpdateAttestorRequest
UpdateAttestorRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateAttestorRequest
UpdateAttestorRequest. parseFrom(byte[] data)
static UpdateAttestorRequest
UpdateAttestorRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateAttestorRequest
UpdateAttestorRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateAttestorRequest
UpdateAttestorRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateAttestorRequest
UpdateAttestorRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateAttestorRequest
UpdateAttestorRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateAttestorRequest
UpdateAttestorRequest. parseFrom(InputStream input)
static UpdateAttestorRequest
UpdateAttestorRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateAttestorRequest
UpdateAttestorRequest. parseFrom(ByteBuffer data)
static UpdateAttestorRequest
UpdateAttestorRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.binaryauthorization.v1beta1 that return types with arguments of type UpdateAttestorRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateAttestorRequest>
UpdateAttestorRequest. getParserForType()
static io.grpc.MethodDescriptor<UpdateAttestorRequest,Attestor>
BinauthzManagementServiceV1Beta1Grpc. getUpdateAttestorMethod()
static com.google.protobuf.Parser<UpdateAttestorRequest>
UpdateAttestorRequest. parser()
com.google.api.gax.rpc.UnaryCallable<UpdateAttestorRequest,Attestor>
BinauthzManagementServiceV1Beta1Client. updateAttestorCallable()
Updates an [attestor][google.cloud.binaryauthorization.v1beta1.Attestor].com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateAttestorRequest,Attestor>
BinauthzManagementServiceV1Beta1Settings.Builder. updateAttestorSettings()
Returns the builder for the settings used for calls to updateAttestor.com.google.api.gax.rpc.UnaryCallSettings<UpdateAttestorRequest,Attestor>
BinauthzManagementServiceV1Beta1Settings. updateAttestorSettings()
Returns the object with the settings used for calls to updateAttestor.Methods in com.google.cloud.binaryauthorization.v1beta1 with parameters of type UpdateAttestorRequest Modifier and Type Method Description UpdateAttestorRequest.Builder
UpdateAttestorRequest.Builder. mergeFrom(UpdateAttestorRequest other)
static UpdateAttestorRequest.Builder
UpdateAttestorRequest. newBuilder(UpdateAttestorRequest prototype)
Attestor
BinauthzManagementServiceV1Beta1Client. updateAttestor(UpdateAttestorRequest request)
Updates an [attestor][google.cloud.binaryauthorization.v1beta1.Attestor].default void
BinauthzManagementServiceV1Beta1Grpc.AsyncService. updateAttestor(UpdateAttestorRequest request, io.grpc.stub.StreamObserver<Attestor> responseObserver)
Updates an [attestor][google.cloud.binaryauthorization.v1beta1.Attestor].Attestor
BinauthzManagementServiceV1Beta1Grpc.BinauthzManagementServiceV1Beta1BlockingStub. updateAttestor(UpdateAttestorRequest request)
Updates an [attestor][google.cloud.binaryauthorization.v1beta1.Attestor].com.google.common.util.concurrent.ListenableFuture<Attestor>
BinauthzManagementServiceV1Beta1Grpc.BinauthzManagementServiceV1Beta1FutureStub. updateAttestor(UpdateAttestorRequest request)
Updates an [attestor][google.cloud.binaryauthorization.v1beta1.Attestor].void
BinauthzManagementServiceV1Beta1Grpc.BinauthzManagementServiceV1Beta1Stub. updateAttestor(UpdateAttestorRequest request, io.grpc.stub.StreamObserver<Attestor> responseObserver)
Updates an [attestor][google.cloud.binaryauthorization.v1beta1.Attestor]. -
Uses of UpdateAttestorRequest in com.google.cloud.binaryauthorization.v1beta1.stub
Methods in com.google.cloud.binaryauthorization.v1beta1.stub that return types with arguments of type UpdateAttestorRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateAttestorRequest,Attestor>
BinauthzManagementServiceV1Beta1Stub. updateAttestorCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateAttestorRequest,Attestor>
GrpcBinauthzManagementServiceV1Beta1Stub. updateAttestorCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateAttestorRequest,Attestor>
HttpJsonBinauthzManagementServiceV1Beta1Stub. updateAttestorCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateAttestorRequest,Attestor>
BinauthzManagementServiceV1Beta1StubSettings.Builder. updateAttestorSettings()
Returns the builder for the settings used for calls to updateAttestor.com.google.api.gax.rpc.UnaryCallSettings<UpdateAttestorRequest,Attestor>
BinauthzManagementServiceV1Beta1StubSettings. updateAttestorSettings()
Returns the object with the settings used for calls to updateAttestor.
-