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 ListDebuggeesResponse
Debugger2Client. 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 ListDebuggeesRequest
ListDebuggeesRequest.Builder. build()
ListDebuggeesRequest
ListDebuggeesRequest.Builder. buildPartial()
static ListDebuggeesRequest
ListDebuggeesRequest. getDefaultInstance()
ListDebuggeesRequest
ListDebuggeesRequest.Builder. getDefaultInstanceForType()
ListDebuggeesRequest
ListDebuggeesRequest. getDefaultInstanceForType()
static ListDebuggeesRequest
ListDebuggeesRequest. parseDelimitedFrom(InputStream input)
static ListDebuggeesRequest
ListDebuggeesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDebuggeesRequest
ListDebuggeesRequest. parseFrom(byte[] data)
static ListDebuggeesRequest
ListDebuggeesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDebuggeesRequest
ListDebuggeesRequest. parseFrom(com.google.protobuf.ByteString data)
static ListDebuggeesRequest
ListDebuggeesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDebuggeesRequest
ListDebuggeesRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListDebuggeesRequest
ListDebuggeesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDebuggeesRequest
ListDebuggeesRequest. parseFrom(InputStream input)
static ListDebuggeesRequest
ListDebuggeesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDebuggeesRequest
ListDebuggeesRequest. parseFrom(ByteBuffer data)
static ListDebuggeesRequest
ListDebuggeesRequest. 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 void
Debugger2Grpc.AsyncService. listDebuggees(ListDebuggeesRequest request, io.grpc.stub.StreamObserver<ListDebuggeesResponse> responseObserver)
Lists all the debuggees that the user has access to.ListDebuggeesResponse
Debugger2Grpc.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.void
Debugger2Grpc.Debugger2Stub. listDebuggees(ListDebuggeesRequest request, io.grpc.stub.StreamObserver<ListDebuggeesResponse> responseObserver)
Lists all the debuggees that the user has access to.ListDebuggeesRequest.Builder
ListDebuggeesRequest.Builder. mergeFrom(ListDebuggeesRequest other)
static ListDebuggeesRequest.Builder
ListDebuggeesRequest. newBuilder(ListDebuggeesRequest prototype)
-