Uses of Class
com.google.devtools.clouddebugger.v2.ListDebuggeesRequest
-
Packages that use ListDebuggeesRequest Package Description com.google.cloud.debugger.v2 A client to Stackdriver Debugger APIcom.google.cloud.debugger.v2.stub com.google.devtools.clouddebugger.v2 -
-
Uses of ListDebuggeesRequest in com.google.cloud.debugger.v2
Methods in com.google.cloud.debugger.v2 that return types with arguments of type ListDebuggeesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListDebuggeesRequest,ListDebuggeesResponse>Debugger2Client. listDebuggeesCallable()Lists all the debuggees that the user has access to.com.google.api.gax.rpc.UnaryCallSettings.Builder<ListDebuggeesRequest,ListDebuggeesResponse>Debugger2Settings.Builder. listDebuggeesSettings()Returns the builder for the settings used for calls to listDebuggees.com.google.api.gax.rpc.UnaryCallSettings<ListDebuggeesRequest,ListDebuggeesResponse>Debugger2Settings. listDebuggeesSettings()Returns the object with the settings used for calls to listDebuggees.Methods in com.google.cloud.debugger.v2 with parameters of type ListDebuggeesRequest Modifier and Type Method Description ListDebuggeesResponseDebugger2Client. listDebuggees(ListDebuggeesRequest request)Lists all the debuggees that the user has access to. -
Uses of ListDebuggeesRequest in com.google.cloud.debugger.v2.stub
Methods in com.google.cloud.debugger.v2.stub that return types with arguments of type ListDebuggeesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListDebuggeesRequest,ListDebuggeesResponse>Debugger2Stub. listDebuggeesCallable()com.google.api.gax.rpc.UnaryCallable<ListDebuggeesRequest,ListDebuggeesResponse>GrpcDebugger2Stub. listDebuggeesCallable()com.google.api.gax.rpc.UnaryCallable<ListDebuggeesRequest,ListDebuggeesResponse>HttpJsonDebugger2Stub. listDebuggeesCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<ListDebuggeesRequest,ListDebuggeesResponse>Debugger2StubSettings.Builder. listDebuggeesSettings()Returns the builder for the settings used for calls to listDebuggees.com.google.api.gax.rpc.UnaryCallSettings<ListDebuggeesRequest,ListDebuggeesResponse>Debugger2StubSettings. listDebuggeesSettings()Returns the object with the settings used for calls to listDebuggees. -
Uses of ListDebuggeesRequest in com.google.devtools.clouddebugger.v2
Methods in com.google.devtools.clouddebugger.v2 that return ListDebuggeesRequest Modifier and Type Method Description ListDebuggeesRequestListDebuggeesRequest.Builder. build()ListDebuggeesRequestListDebuggeesRequest.Builder. buildPartial()static ListDebuggeesRequestListDebuggeesRequest. getDefaultInstance()ListDebuggeesRequestListDebuggeesRequest.Builder. getDefaultInstanceForType()ListDebuggeesRequestListDebuggeesRequest. getDefaultInstanceForType()static ListDebuggeesRequestListDebuggeesRequest. parseDelimitedFrom(InputStream input)static ListDebuggeesRequestListDebuggeesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDebuggeesRequestListDebuggeesRequest. parseFrom(byte[] data)static ListDebuggeesRequestListDebuggeesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDebuggeesRequestListDebuggeesRequest. parseFrom(com.google.protobuf.ByteString data)static ListDebuggeesRequestListDebuggeesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDebuggeesRequestListDebuggeesRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListDebuggeesRequestListDebuggeesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDebuggeesRequestListDebuggeesRequest. parseFrom(InputStream input)static ListDebuggeesRequestListDebuggeesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDebuggeesRequestListDebuggeesRequest. parseFrom(ByteBuffer data)static ListDebuggeesRequestListDebuggeesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.devtools.clouddebugger.v2 that return types with arguments of type ListDebuggeesRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListDebuggeesRequest,ListDebuggeesResponse>Debugger2Grpc. getListDebuggeesMethod()com.google.protobuf.Parser<ListDebuggeesRequest>ListDebuggeesRequest. getParserForType()static com.google.protobuf.Parser<ListDebuggeesRequest>ListDebuggeesRequest. parser()Methods in com.google.devtools.clouddebugger.v2 with parameters of type ListDebuggeesRequest Modifier and Type Method Description default voidDebugger2Grpc.AsyncService. listDebuggees(ListDebuggeesRequest request, io.grpc.stub.StreamObserver<ListDebuggeesResponse> responseObserver)Lists all the debuggees that the user has access to.ListDebuggeesResponseDebugger2Grpc.Debugger2BlockingStub. listDebuggees(ListDebuggeesRequest request)Lists all the debuggees that the user has access to.com.google.common.util.concurrent.ListenableFuture<ListDebuggeesResponse>Debugger2Grpc.Debugger2FutureStub. listDebuggees(ListDebuggeesRequest request)Lists all the debuggees that the user has access to.voidDebugger2Grpc.Debugger2Stub. listDebuggees(ListDebuggeesRequest request, io.grpc.stub.StreamObserver<ListDebuggeesResponse> responseObserver)Lists all the debuggees that the user has access to.ListDebuggeesRequest.BuilderListDebuggeesRequest.Builder. mergeFrom(ListDebuggeesRequest other)static ListDebuggeesRequest.BuilderListDebuggeesRequest. newBuilder(ListDebuggeesRequest prototype)
-