Uses of Class
com.google.cloud.binaryauthorization.v1beta1.Attestor
-
Packages that use Attestor Package Description com.google.cloud.binaryauthorization.v1beta1 A client to Binary Authorization APIcom.google.cloud.binaryauthorization.v1beta1.stub -
-
Uses of Attestor in com.google.cloud.binaryauthorization.v1beta1
Methods in com.google.cloud.binaryauthorization.v1beta1 that return Attestor Modifier and Type Method Description Attestor
Attestor.Builder. build()
Attestor
Attestor.Builder. buildPartial()
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].Attestor
BinauthzManagementServiceV1Beta1Client. createAttestor(ProjectName parent, String attestorId, Attestor attestor)
Creates an [attestor][google.cloud.binaryauthorization.v1beta1.Attestor], and returns a copy of the new [attestor][google.cloud.binaryauthorization.v1beta1.Attestor].Attestor
BinauthzManagementServiceV1Beta1Client. createAttestor(String parent, String attestorId, Attestor attestor)
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].Attestor
BinauthzManagementServiceV1Beta1Client. getAttestor(AttestorName name)
Gets an [attestor][google.cloud.binaryauthorization.v1beta1.Attestor].Attestor
BinauthzManagementServiceV1Beta1Client. getAttestor(GetAttestorRequest request)
Gets an [attestor][google.cloud.binaryauthorization.v1beta1.Attestor].Attestor
BinauthzManagementServiceV1Beta1Client. getAttestor(String name)
Gets an [attestor][google.cloud.binaryauthorization.v1beta1.Attestor].Attestor
BinauthzManagementServiceV1Beta1Grpc.BinauthzManagementServiceV1Beta1BlockingStub. getAttestor(GetAttestorRequest request)
Gets an [attestor][google.cloud.binaryauthorization.v1beta1.Attestor].Attestor
CreateAttestorRequest.Builder. getAttestor()
Required.Attestor
CreateAttestorRequest. getAttestor()
Required.Attestor
CreateAttestorRequestOrBuilder. getAttestor()
Required.Attestor
UpdateAttestorRequest.Builder. getAttestor()
Required.Attestor
UpdateAttestorRequest. getAttestor()
Required.Attestor
UpdateAttestorRequestOrBuilder. getAttestor()
Required.Attestor
ListAttestorsResponse.Builder. getAttestors(int index)
The list of [attestors][google.cloud.binaryauthorization.v1beta1.Attestor].Attestor
ListAttestorsResponse. getAttestors(int index)
The list of [attestors][google.cloud.binaryauthorization.v1beta1.Attestor].Attestor
ListAttestorsResponseOrBuilder. getAttestors(int index)
The list of [attestors][google.cloud.binaryauthorization.v1beta1.Attestor].static Attestor
Attestor. getDefaultInstance()
Attestor
Attestor.Builder. getDefaultInstanceForType()
Attestor
Attestor. getDefaultInstanceForType()
static Attestor
Attestor. parseDelimitedFrom(InputStream input)
static Attestor
Attestor. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Attestor
Attestor. parseFrom(byte[] data)
static Attestor
Attestor. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Attestor
Attestor. parseFrom(com.google.protobuf.ByteString data)
static Attestor
Attestor. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Attestor
Attestor. parseFrom(com.google.protobuf.CodedInputStream input)
static Attestor
Attestor. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Attestor
Attestor. parseFrom(InputStream input)
static Attestor
Attestor. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Attestor
Attestor. parseFrom(ByteBuffer data)
static Attestor
Attestor. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Attestor
BinauthzManagementServiceV1Beta1Client. updateAttestor(Attestor attestor)
Updates an [attestor][google.cloud.binaryauthorization.v1beta1.Attestor].Attestor
BinauthzManagementServiceV1Beta1Client. updateAttestor(UpdateAttestorRequest request)
Updates an [attestor][google.cloud.binaryauthorization.v1beta1.Attestor].Attestor
BinauthzManagementServiceV1Beta1Grpc.BinauthzManagementServiceV1Beta1BlockingStub. updateAttestor(UpdateAttestorRequest request)
Updates an [attestor][google.cloud.binaryauthorization.v1beta1.Attestor].Methods in com.google.cloud.binaryauthorization.v1beta1 that return types with arguments of type Attestor Modifier and Type Method Description 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].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.com.google.common.util.concurrent.ListenableFuture<Attestor>
BinauthzManagementServiceV1Beta1Grpc.BinauthzManagementServiceV1Beta1FutureStub. getAttestor(GetAttestorRequest request)
Gets an [attestor][google.cloud.binaryauthorization.v1beta1.Attestor].com.google.api.gax.rpc.UnaryCallable<GetAttestorRequest,Attestor>
BinauthzManagementServiceV1Beta1Client. getAttestorCallable()
Gets an [attestor][google.cloud.binaryauthorization.v1beta1.Attestor].com.google.api.gax.rpc.UnaryCallSettings.Builder<GetAttestorRequest,Attestor>
BinauthzManagementServiceV1Beta1Settings.Builder. getAttestorSettings()
Returns the builder for the settings used for calls to getAttestor.com.google.api.gax.rpc.UnaryCallSettings<GetAttestorRequest,Attestor>
BinauthzManagementServiceV1Beta1Settings. getAttestorSettings()
Returns the object with the settings used for calls to getAttestor.List<Attestor>
ListAttestorsResponse.Builder. getAttestorsList()
The list of [attestors][google.cloud.binaryauthorization.v1beta1.Attestor].List<Attestor>
ListAttestorsResponse. getAttestorsList()
The list of [attestors][google.cloud.binaryauthorization.v1beta1.Attestor].List<Attestor>
ListAttestorsResponseOrBuilder. getAttestorsList()
The list of [attestors][google.cloud.binaryauthorization.v1beta1.Attestor].static io.grpc.MethodDescriptor<CreateAttestorRequest,Attestor>
BinauthzManagementServiceV1Beta1Grpc. getCreateAttestorMethod()
static io.grpc.MethodDescriptor<GetAttestorRequest,Attestor>
BinauthzManagementServiceV1Beta1Grpc. getGetAttestorMethod()
com.google.protobuf.Parser<Attestor>
Attestor. getParserForType()
static io.grpc.MethodDescriptor<UpdateAttestorRequest,Attestor>
BinauthzManagementServiceV1Beta1Grpc. getUpdateAttestorMethod()
static com.google.protobuf.Parser<Attestor>
Attestor. parser()
com.google.common.util.concurrent.ListenableFuture<Attestor>
BinauthzManagementServiceV1Beta1Grpc.BinauthzManagementServiceV1Beta1FutureStub. updateAttestor(UpdateAttestorRequest request)
Updates an [attestor][google.cloud.binaryauthorization.v1beta1.Attestor].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 Attestor Modifier and Type Method Description ListAttestorsResponse.Builder
ListAttestorsResponse.Builder. addAttestors(int index, Attestor value)
The list of [attestors][google.cloud.binaryauthorization.v1beta1.Attestor].ListAttestorsResponse.Builder
ListAttestorsResponse.Builder. addAttestors(Attestor value)
The list of [attestors][google.cloud.binaryauthorization.v1beta1.Attestor].Attestor
BinauthzManagementServiceV1Beta1Client. createAttestor(ProjectName parent, String attestorId, Attestor attestor)
Creates an [attestor][google.cloud.binaryauthorization.v1beta1.Attestor], and returns a copy of the new [attestor][google.cloud.binaryauthorization.v1beta1.Attestor].Attestor
BinauthzManagementServiceV1Beta1Client. createAttestor(String parent, String attestorId, Attestor attestor)
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. mergeAttestor(Attestor value)
Required.UpdateAttestorRequest.Builder
UpdateAttestorRequest.Builder. mergeAttestor(Attestor value)
Required.Attestor.Builder
Attestor.Builder. mergeFrom(Attestor other)
static Attestor.Builder
Attestor. newBuilder(Attestor prototype)
CreateAttestorRequest.Builder
CreateAttestorRequest.Builder. setAttestor(Attestor value)
Required.UpdateAttestorRequest.Builder
UpdateAttestorRequest.Builder. setAttestor(Attestor value)
Required.ListAttestorsResponse.Builder
ListAttestorsResponse.Builder. setAttestors(int index, Attestor value)
The list of [attestors][google.cloud.binaryauthorization.v1beta1.Attestor].Attestor
BinauthzManagementServiceV1Beta1Client. updateAttestor(Attestor attestor)
Updates an [attestor][google.cloud.binaryauthorization.v1beta1.Attestor].Method parameters in com.google.cloud.binaryauthorization.v1beta1 with type arguments of type Attestor Modifier and Type Method Description ListAttestorsResponse.Builder
ListAttestorsResponse.Builder. addAllAttestors(Iterable<? extends Attestor> values)
The list of [attestors][google.cloud.binaryauthorization.v1beta1.Attestor].static com.google.api.core.ApiFuture<BinauthzManagementServiceV1Beta1Client.ListAttestorsPagedResponse>
BinauthzManagementServiceV1Beta1Client.ListAttestorsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListAttestorsRequest,ListAttestorsResponse,Attestor> context, com.google.api.core.ApiFuture<ListAttestorsResponse> futureResponse)
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].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].protected BinauthzManagementServiceV1Beta1Client.ListAttestorsPage
BinauthzManagementServiceV1Beta1Client.ListAttestorsPage. createPage(com.google.api.gax.rpc.PageContext<ListAttestorsRequest,ListAttestorsResponse,Attestor> context, ListAttestorsResponse response)
com.google.api.core.ApiFuture<BinauthzManagementServiceV1Beta1Client.ListAttestorsPage>
BinauthzManagementServiceV1Beta1Client.ListAttestorsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListAttestorsRequest,ListAttestorsResponse,Attestor> context, com.google.api.core.ApiFuture<ListAttestorsResponse> futureResponse)
default void
BinauthzManagementServiceV1Beta1Grpc.AsyncService. getAttestor(GetAttestorRequest request, io.grpc.stub.StreamObserver<Attestor> responseObserver)
Gets an [attestor][google.cloud.binaryauthorization.v1beta1.Attestor].void
BinauthzManagementServiceV1Beta1Grpc.BinauthzManagementServiceV1Beta1Stub. getAttestor(GetAttestorRequest request, io.grpc.stub.StreamObserver<Attestor> responseObserver)
Gets 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].void
BinauthzManagementServiceV1Beta1Grpc.BinauthzManagementServiceV1Beta1Stub. updateAttestor(UpdateAttestorRequest request, io.grpc.stub.StreamObserver<Attestor> responseObserver)
Updates an [attestor][google.cloud.binaryauthorization.v1beta1.Attestor]. -
Uses of Attestor in com.google.cloud.binaryauthorization.v1beta1.stub
Methods in com.google.cloud.binaryauthorization.v1beta1.stub that return types with arguments of type Attestor 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.com.google.api.gax.rpc.UnaryCallable<GetAttestorRequest,Attestor>
BinauthzManagementServiceV1Beta1Stub. getAttestorCallable()
com.google.api.gax.rpc.UnaryCallable<GetAttestorRequest,Attestor>
GrpcBinauthzManagementServiceV1Beta1Stub. getAttestorCallable()
com.google.api.gax.rpc.UnaryCallable<GetAttestorRequest,Attestor>
HttpJsonBinauthzManagementServiceV1Beta1Stub. getAttestorCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetAttestorRequest,Attestor>
BinauthzManagementServiceV1Beta1StubSettings.Builder. getAttestorSettings()
Returns the builder for the settings used for calls to getAttestor.com.google.api.gax.rpc.UnaryCallSettings<GetAttestorRequest,Attestor>
BinauthzManagementServiceV1Beta1StubSettings. getAttestorSettings()
Returns the object with the settings used for calls to getAttestor.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.
-