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