Uses of Class
com.google.devtools.clouddebugger.v2.ListDebuggeesResponse
-
Packages that use ListDebuggeesResponse 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 ListDebuggeesResponse in com.google.cloud.debugger.v2
Methods in com.google.cloud.debugger.v2 that return ListDebuggeesResponse Modifier and Type Method Description ListDebuggeesResponseDebugger2Client. listDebuggees(ListDebuggeesRequest request)Lists all the debuggees that the user has access to.ListDebuggeesResponseDebugger2Client. listDebuggees(String project, String clientVersion)Lists all the debuggees that the user has access to.Methods in com.google.cloud.debugger.v2 that return types with arguments of type ListDebuggeesResponse 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. -
Uses of ListDebuggeesResponse in com.google.cloud.debugger.v2.stub
Methods in com.google.cloud.debugger.v2.stub that return types with arguments of type ListDebuggeesResponse 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 ListDebuggeesResponse in com.google.devtools.clouddebugger.v2
Methods in com.google.devtools.clouddebugger.v2 that return ListDebuggeesResponse Modifier and Type Method Description ListDebuggeesResponseListDebuggeesResponse.Builder. build()ListDebuggeesResponseListDebuggeesResponse.Builder. buildPartial()static ListDebuggeesResponseListDebuggeesResponse. getDefaultInstance()ListDebuggeesResponseListDebuggeesResponse.Builder. getDefaultInstanceForType()ListDebuggeesResponseListDebuggeesResponse. getDefaultInstanceForType()ListDebuggeesResponseDebugger2Grpc.Debugger2BlockingStub. listDebuggees(ListDebuggeesRequest request)Lists all the debuggees that the user has access to.static ListDebuggeesResponseListDebuggeesResponse. parseDelimitedFrom(InputStream input)static ListDebuggeesResponseListDebuggeesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDebuggeesResponseListDebuggeesResponse. parseFrom(byte[] data)static ListDebuggeesResponseListDebuggeesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDebuggeesResponseListDebuggeesResponse. parseFrom(com.google.protobuf.ByteString data)static ListDebuggeesResponseListDebuggeesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDebuggeesResponseListDebuggeesResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ListDebuggeesResponseListDebuggeesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDebuggeesResponseListDebuggeesResponse. parseFrom(InputStream input)static ListDebuggeesResponseListDebuggeesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDebuggeesResponseListDebuggeesResponse. parseFrom(ByteBuffer data)static ListDebuggeesResponseListDebuggeesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.devtools.clouddebugger.v2 that return types with arguments of type ListDebuggeesResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListDebuggeesRequest,ListDebuggeesResponse>Debugger2Grpc. getListDebuggeesMethod()com.google.protobuf.Parser<ListDebuggeesResponse>ListDebuggeesResponse. getParserForType()com.google.common.util.concurrent.ListenableFuture<ListDebuggeesResponse>Debugger2Grpc.Debugger2FutureStub. listDebuggees(ListDebuggeesRequest request)Lists all the debuggees that the user has access to.static com.google.protobuf.Parser<ListDebuggeesResponse>ListDebuggeesResponse. parser()Methods in com.google.devtools.clouddebugger.v2 with parameters of type ListDebuggeesResponse Modifier and Type Method Description ListDebuggeesResponse.BuilderListDebuggeesResponse.Builder. mergeFrom(ListDebuggeesResponse other)static ListDebuggeesResponse.BuilderListDebuggeesResponse. newBuilder(ListDebuggeesResponse prototype)Method parameters in com.google.devtools.clouddebugger.v2 with type arguments of type ListDebuggeesResponse 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.voidDebugger2Grpc.Debugger2Stub. listDebuggees(ListDebuggeesRequest request, io.grpc.stub.StreamObserver<ListDebuggeesResponse> responseObserver)Lists all the debuggees that the user has access to.
-