Uses of Class
com.google.cloud.binaryauthorization.v1beta1.GetAttestorRequest
-
Packages that use GetAttestorRequest Package Description com.google.cloud.binaryauthorization.v1beta1 A client to Binary Authorization APIcom.google.cloud.binaryauthorization.v1beta1.stub -
-
Uses of GetAttestorRequest in com.google.cloud.binaryauthorization.v1beta1
Methods in com.google.cloud.binaryauthorization.v1beta1 that return GetAttestorRequest Modifier and Type Method Description GetAttestorRequest
GetAttestorRequest.Builder. build()
GetAttestorRequest
GetAttestorRequest.Builder. buildPartial()
static GetAttestorRequest
GetAttestorRequest. getDefaultInstance()
GetAttestorRequest
GetAttestorRequest.Builder. getDefaultInstanceForType()
GetAttestorRequest
GetAttestorRequest. getDefaultInstanceForType()
static GetAttestorRequest
GetAttestorRequest. parseDelimitedFrom(InputStream input)
static GetAttestorRequest
GetAttestorRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetAttestorRequest
GetAttestorRequest. parseFrom(byte[] data)
static GetAttestorRequest
GetAttestorRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetAttestorRequest
GetAttestorRequest. parseFrom(com.google.protobuf.ByteString data)
static GetAttestorRequest
GetAttestorRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetAttestorRequest
GetAttestorRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetAttestorRequest
GetAttestorRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetAttestorRequest
GetAttestorRequest. parseFrom(InputStream input)
static GetAttestorRequest
GetAttestorRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetAttestorRequest
GetAttestorRequest. parseFrom(ByteBuffer data)
static GetAttestorRequest
GetAttestorRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.binaryauthorization.v1beta1 that return types with arguments of type GetAttestorRequest Modifier and Type Method Description 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.static io.grpc.MethodDescriptor<GetAttestorRequest,Attestor>
BinauthzManagementServiceV1Beta1Grpc. getGetAttestorMethod()
com.google.protobuf.Parser<GetAttestorRequest>
GetAttestorRequest. getParserForType()
static com.google.protobuf.Parser<GetAttestorRequest>
GetAttestorRequest. parser()
Methods in com.google.cloud.binaryauthorization.v1beta1 with parameters of type GetAttestorRequest Modifier and Type Method Description Attestor
BinauthzManagementServiceV1Beta1Client. getAttestor(GetAttestorRequest request)
Gets an [attestor][google.cloud.binaryauthorization.v1beta1.Attestor].default void
BinauthzManagementServiceV1Beta1Grpc.AsyncService. getAttestor(GetAttestorRequest request, io.grpc.stub.StreamObserver<Attestor> responseObserver)
Gets an [attestor][google.cloud.binaryauthorization.v1beta1.Attestor].Attestor
BinauthzManagementServiceV1Beta1Grpc.BinauthzManagementServiceV1Beta1BlockingStub. getAttestor(GetAttestorRequest request)
Gets an [attestor][google.cloud.binaryauthorization.v1beta1.Attestor].com.google.common.util.concurrent.ListenableFuture<Attestor>
BinauthzManagementServiceV1Beta1Grpc.BinauthzManagementServiceV1Beta1FutureStub. getAttestor(GetAttestorRequest request)
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].GetAttestorRequest.Builder
GetAttestorRequest.Builder. mergeFrom(GetAttestorRequest other)
static GetAttestorRequest.Builder
GetAttestorRequest. newBuilder(GetAttestorRequest prototype)
-
Uses of GetAttestorRequest in com.google.cloud.binaryauthorization.v1beta1.stub
Methods in com.google.cloud.binaryauthorization.v1beta1.stub that return types with arguments of type GetAttestorRequest Modifier and Type Method Description 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.
-