Uses of Class
com.google.cloud.osconfig.v1.GetOSPolicyAssignmentRequest
-
Packages that use GetOSPolicyAssignmentRequest Package Description com.google.cloud.osconfig.v1 A client to OS Config APIcom.google.cloud.osconfig.v1.stub -
-
Uses of GetOSPolicyAssignmentRequest in com.google.cloud.osconfig.v1
Methods in com.google.cloud.osconfig.v1 that return GetOSPolicyAssignmentRequest Modifier and Type Method Description GetOSPolicyAssignmentRequest
GetOSPolicyAssignmentRequest.Builder. build()
GetOSPolicyAssignmentRequest
GetOSPolicyAssignmentRequest.Builder. buildPartial()
static GetOSPolicyAssignmentRequest
GetOSPolicyAssignmentRequest. getDefaultInstance()
GetOSPolicyAssignmentRequest
GetOSPolicyAssignmentRequest.Builder. getDefaultInstanceForType()
GetOSPolicyAssignmentRequest
GetOSPolicyAssignmentRequest. getDefaultInstanceForType()
static GetOSPolicyAssignmentRequest
GetOSPolicyAssignmentRequest. parseDelimitedFrom(InputStream input)
static GetOSPolicyAssignmentRequest
GetOSPolicyAssignmentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetOSPolicyAssignmentRequest
GetOSPolicyAssignmentRequest. parseFrom(byte[] data)
static GetOSPolicyAssignmentRequest
GetOSPolicyAssignmentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetOSPolicyAssignmentRequest
GetOSPolicyAssignmentRequest. parseFrom(com.google.protobuf.ByteString data)
static GetOSPolicyAssignmentRequest
GetOSPolicyAssignmentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetOSPolicyAssignmentRequest
GetOSPolicyAssignmentRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetOSPolicyAssignmentRequest
GetOSPolicyAssignmentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetOSPolicyAssignmentRequest
GetOSPolicyAssignmentRequest. parseFrom(InputStream input)
static GetOSPolicyAssignmentRequest
GetOSPolicyAssignmentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetOSPolicyAssignmentRequest
GetOSPolicyAssignmentRequest. parseFrom(ByteBuffer data)
static GetOSPolicyAssignmentRequest
GetOSPolicyAssignmentRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.osconfig.v1 that return types with arguments of type GetOSPolicyAssignmentRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetOSPolicyAssignmentRequest,OSPolicyAssignment>
OsConfigZonalServiceGrpc. getGetOSPolicyAssignmentMethod()
com.google.api.gax.rpc.UnaryCallable<GetOSPolicyAssignmentRequest,OSPolicyAssignment>
OsConfigZonalServiceClient. getOSPolicyAssignmentCallable()
Retrieve an existing OS policy assignment.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetOSPolicyAssignmentRequest,OSPolicyAssignment>
OsConfigZonalServiceSettings.Builder. getOSPolicyAssignmentSettings()
Returns the builder for the settings used for calls to getOSPolicyAssignment.com.google.api.gax.rpc.UnaryCallSettings<GetOSPolicyAssignmentRequest,OSPolicyAssignment>
OsConfigZonalServiceSettings. getOSPolicyAssignmentSettings()
Returns the object with the settings used for calls to getOSPolicyAssignment.com.google.protobuf.Parser<GetOSPolicyAssignmentRequest>
GetOSPolicyAssignmentRequest. getParserForType()
static com.google.protobuf.Parser<GetOSPolicyAssignmentRequest>
GetOSPolicyAssignmentRequest. parser()
Methods in com.google.cloud.osconfig.v1 with parameters of type GetOSPolicyAssignmentRequest Modifier and Type Method Description OSPolicyAssignment
OsConfigZonalServiceClient. getOSPolicyAssignment(GetOSPolicyAssignmentRequest request)
Retrieve an existing OS policy assignment.default void
OsConfigZonalServiceGrpc.AsyncService. getOSPolicyAssignment(GetOSPolicyAssignmentRequest request, io.grpc.stub.StreamObserver<OSPolicyAssignment> responseObserver)
Retrieve an existing OS policy assignment.OSPolicyAssignment
OsConfigZonalServiceGrpc.OsConfigZonalServiceBlockingStub. getOSPolicyAssignment(GetOSPolicyAssignmentRequest request)
Retrieve an existing OS policy assignment.com.google.common.util.concurrent.ListenableFuture<OSPolicyAssignment>
OsConfigZonalServiceGrpc.OsConfigZonalServiceFutureStub. getOSPolicyAssignment(GetOSPolicyAssignmentRequest request)
Retrieve an existing OS policy assignment.void
OsConfigZonalServiceGrpc.OsConfigZonalServiceStub. getOSPolicyAssignment(GetOSPolicyAssignmentRequest request, io.grpc.stub.StreamObserver<OSPolicyAssignment> responseObserver)
Retrieve an existing OS policy assignment.GetOSPolicyAssignmentRequest.Builder
GetOSPolicyAssignmentRequest.Builder. mergeFrom(GetOSPolicyAssignmentRequest other)
static GetOSPolicyAssignmentRequest.Builder
GetOSPolicyAssignmentRequest. newBuilder(GetOSPolicyAssignmentRequest prototype)
-
Uses of GetOSPolicyAssignmentRequest in com.google.cloud.osconfig.v1.stub
Methods in com.google.cloud.osconfig.v1.stub that return types with arguments of type GetOSPolicyAssignmentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetOSPolicyAssignmentRequest,OSPolicyAssignment>
GrpcOsConfigZonalServiceStub. getOSPolicyAssignmentCallable()
com.google.api.gax.rpc.UnaryCallable<GetOSPolicyAssignmentRequest,OSPolicyAssignment>
HttpJsonOsConfigZonalServiceStub. getOSPolicyAssignmentCallable()
com.google.api.gax.rpc.UnaryCallable<GetOSPolicyAssignmentRequest,OSPolicyAssignment>
OsConfigZonalServiceStub. getOSPolicyAssignmentCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetOSPolicyAssignmentRequest,OSPolicyAssignment>
OsConfigZonalServiceStubSettings.Builder. getOSPolicyAssignmentSettings()
Returns the builder for the settings used for calls to getOSPolicyAssignment.com.google.api.gax.rpc.UnaryCallSettings<GetOSPolicyAssignmentRequest,OSPolicyAssignment>
OsConfigZonalServiceStubSettings. getOSPolicyAssignmentSettings()
Returns the object with the settings used for calls to getOSPolicyAssignment.
-