Class GrafeasV1Beta1StubSettings.Builder

    • Constructor Detail

      • Builder

        protected Builder()
      • Builder

        protected Builder​(com.google.api.gax.rpc.ClientContext clientContext)
    • Method Detail

      • applyToAllUnaryMethods

        public GrafeasV1Beta1StubSettings.Builder applyToAllUnaryMethods​(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,​?>,​Void> settingsUpdater)
                                                                  throws Exception
        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.

        Throws:
        Exception
      • unaryMethodSettingsBuilders

        public com.google.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,​?>> unaryMethodSettingsBuilders()
      • getOccurrenceSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetOccurrenceRequest,​Occurrence> getOccurrenceSettings()
        Returns the builder for the settings used for calls to getOccurrence.
      • deleteOccurrenceSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteOccurrenceRequest,​com.google.protobuf.Empty> deleteOccurrenceSettings()
        Returns the builder for the settings used for calls to deleteOccurrence.
      • createOccurrenceSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateOccurrenceRequest,​Occurrence> createOccurrenceSettings()
        Returns the builder for the settings used for calls to createOccurrence.
      • updateOccurrenceSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateOccurrenceRequest,​Occurrence> updateOccurrenceSettings()
        Returns the builder for the settings used for calls to updateOccurrence.
      • getOccurrenceNoteSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetOccurrenceNoteRequest,​Note> getOccurrenceNoteSettings()
        Returns the builder for the settings used for calls to getOccurrenceNote.
      • getNoteSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetNoteRequest,​Note> getNoteSettings()
        Returns the builder for the settings used for calls to getNote.
      • deleteNoteSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteNoteRequest,​com.google.protobuf.Empty> deleteNoteSettings()
        Returns the builder for the settings used for calls to deleteNote.
      • createNoteSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateNoteRequest,​Note> createNoteSettings()
        Returns the builder for the settings used for calls to createNote.
      • batchCreateNotesSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchCreateNotesRequest,​BatchCreateNotesResponse> batchCreateNotesSettings()
        Returns the builder for the settings used for calls to batchCreateNotes.
      • updateNoteSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateNoteRequest,​Note> updateNoteSettings()
        Returns the builder for the settings used for calls to updateNote.