Class Debugger2Settings.Builder

    • Method Detail

      • applyToAllUnaryMethods

        public Debugger2Settings.Builder applyToAllUnaryMethods​(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,​?>,​Void> settingsUpdater)
        Applies the given settings updater function to all of the unary API methods in this service.

        Note: This method does not support applying settings to streaming methods.

      • setBreakpointSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<SetBreakpointRequest,​SetBreakpointResponse> setBreakpointSettings()
        Returns the builder for the settings used for calls to setBreakpoint.
      • getBreakpointSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetBreakpointRequest,​GetBreakpointResponse> getBreakpointSettings()
        Returns the builder for the settings used for calls to getBreakpoint.
      • deleteBreakpointSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteBreakpointRequest,​com.google.protobuf.Empty> deleteBreakpointSettings()
        Returns the builder for the settings used for calls to deleteBreakpoint.
      • listBreakpointsSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<ListBreakpointsRequest,​ListBreakpointsResponse> listBreakpointsSettings()
        Returns the builder for the settings used for calls to listBreakpoints.
      • listDebuggeesSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<ListDebuggeesRequest,​ListDebuggeesResponse> listDebuggeesSettings()
        Returns the builder for the settings used for calls to listDebuggees.