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