Uses of Class
com.google.monitoring.v3.GetServiceLevelObjectiveRequest
-
Packages that use GetServiceLevelObjectiveRequest Package Description com.google.cloud.monitoring.v3 A client to Cloud Monitoring APIcom.google.cloud.monitoring.v3.stub com.google.monitoring.v3 -
-
Uses of GetServiceLevelObjectiveRequest in com.google.cloud.monitoring.v3
Methods in com.google.cloud.monitoring.v3 that return types with arguments of type GetServiceLevelObjectiveRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetServiceLevelObjectiveRequest,ServiceLevelObjective>ServiceMonitoringServiceClient. getServiceLevelObjectiveCallable()Get a `ServiceLevelObjective` by name.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetServiceLevelObjectiveRequest,ServiceLevelObjective>ServiceMonitoringServiceSettings.Builder. getServiceLevelObjectiveSettings()Returns the builder for the settings used for calls to getServiceLevelObjective.com.google.api.gax.rpc.UnaryCallSettings<GetServiceLevelObjectiveRequest,ServiceLevelObjective>ServiceMonitoringServiceSettings. getServiceLevelObjectiveSettings()Returns the object with the settings used for calls to getServiceLevelObjective.Methods in com.google.cloud.monitoring.v3 with parameters of type GetServiceLevelObjectiveRequest Modifier and Type Method Description ServiceLevelObjectiveServiceMonitoringServiceClient. getServiceLevelObjective(GetServiceLevelObjectiveRequest request)Get a `ServiceLevelObjective` by name. -
Uses of GetServiceLevelObjectiveRequest in com.google.cloud.monitoring.v3.stub
Methods in com.google.cloud.monitoring.v3.stub that return types with arguments of type GetServiceLevelObjectiveRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetServiceLevelObjectiveRequest,ServiceLevelObjective>GrpcServiceMonitoringServiceStub. getServiceLevelObjectiveCallable()com.google.api.gax.rpc.UnaryCallable<GetServiceLevelObjectiveRequest,ServiceLevelObjective>ServiceMonitoringServiceStub. getServiceLevelObjectiveCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetServiceLevelObjectiveRequest,ServiceLevelObjective>ServiceMonitoringServiceStubSettings.Builder. getServiceLevelObjectiveSettings()Returns the builder for the settings used for calls to getServiceLevelObjective.com.google.api.gax.rpc.UnaryCallSettings<GetServiceLevelObjectiveRequest,ServiceLevelObjective>ServiceMonitoringServiceStubSettings. getServiceLevelObjectiveSettings()Returns the object with the settings used for calls to getServiceLevelObjective. -
Uses of GetServiceLevelObjectiveRequest in com.google.monitoring.v3
Methods in com.google.monitoring.v3 that return GetServiceLevelObjectiveRequest Modifier and Type Method Description GetServiceLevelObjectiveRequestGetServiceLevelObjectiveRequest.Builder. build()GetServiceLevelObjectiveRequestGetServiceLevelObjectiveRequest.Builder. buildPartial()static GetServiceLevelObjectiveRequestGetServiceLevelObjectiveRequest. getDefaultInstance()GetServiceLevelObjectiveRequestGetServiceLevelObjectiveRequest.Builder. getDefaultInstanceForType()GetServiceLevelObjectiveRequestGetServiceLevelObjectiveRequest. getDefaultInstanceForType()static GetServiceLevelObjectiveRequestGetServiceLevelObjectiveRequest. parseDelimitedFrom(InputStream input)static GetServiceLevelObjectiveRequestGetServiceLevelObjectiveRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetServiceLevelObjectiveRequestGetServiceLevelObjectiveRequest. parseFrom(byte[] data)static GetServiceLevelObjectiveRequestGetServiceLevelObjectiveRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetServiceLevelObjectiveRequestGetServiceLevelObjectiveRequest. parseFrom(com.google.protobuf.ByteString data)static GetServiceLevelObjectiveRequestGetServiceLevelObjectiveRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetServiceLevelObjectiveRequestGetServiceLevelObjectiveRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetServiceLevelObjectiveRequestGetServiceLevelObjectiveRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetServiceLevelObjectiveRequestGetServiceLevelObjectiveRequest. parseFrom(InputStream input)static GetServiceLevelObjectiveRequestGetServiceLevelObjectiveRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetServiceLevelObjectiveRequestGetServiceLevelObjectiveRequest. parseFrom(ByteBuffer data)static GetServiceLevelObjectiveRequestGetServiceLevelObjectiveRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.monitoring.v3 that return types with arguments of type GetServiceLevelObjectiveRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetServiceLevelObjectiveRequest,ServiceLevelObjective>ServiceMonitoringServiceGrpc. getGetServiceLevelObjectiveMethod()com.google.protobuf.Parser<GetServiceLevelObjectiveRequest>GetServiceLevelObjectiveRequest. getParserForType()static com.google.protobuf.Parser<GetServiceLevelObjectiveRequest>GetServiceLevelObjectiveRequest. parser()Methods in com.google.monitoring.v3 with parameters of type GetServiceLevelObjectiveRequest Modifier and Type Method Description default voidServiceMonitoringServiceGrpc.AsyncService. getServiceLevelObjective(GetServiceLevelObjectiveRequest request, io.grpc.stub.StreamObserver<ServiceLevelObjective> responseObserver)Get a `ServiceLevelObjective` by name.ServiceLevelObjectiveServiceMonitoringServiceGrpc.ServiceMonitoringServiceBlockingStub. getServiceLevelObjective(GetServiceLevelObjectiveRequest request)Get a `ServiceLevelObjective` by name.com.google.common.util.concurrent.ListenableFuture<ServiceLevelObjective>ServiceMonitoringServiceGrpc.ServiceMonitoringServiceFutureStub. getServiceLevelObjective(GetServiceLevelObjectiveRequest request)Get a `ServiceLevelObjective` by name.voidServiceMonitoringServiceGrpc.ServiceMonitoringServiceStub. getServiceLevelObjective(GetServiceLevelObjectiveRequest request, io.grpc.stub.StreamObserver<ServiceLevelObjective> responseObserver)Get a `ServiceLevelObjective` by name.GetServiceLevelObjectiveRequest.BuilderGetServiceLevelObjectiveRequest.Builder. mergeFrom(GetServiceLevelObjectiveRequest other)static GetServiceLevelObjectiveRequest.BuilderGetServiceLevelObjectiveRequest. newBuilder(GetServiceLevelObjectiveRequest prototype)
-