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