class Google::Cloud::Lustre::V1::Lustre::Rest::ServiceStub

def initialize endpoint:, endpoint_template:, universe_domain:, credentials:, logger:

Other tags:
    Private: -
def initialize endpoint:, endpoint_template:, universe_domain:, credentials:, logger:
  # These require statements are intentionally placed here to initialize
  # the REST modules only when it's required.
  require "gapic/rest"
  @client_stub = ::Gapic::Rest::ClientStub.new endpoint: endpoint,
                                               endpoint_template: endpoint_template,
                                               universe_domain: universe_domain,
                                               credentials: credentials,
                                               numeric_enums: true,
                                               service_name: self.class,
                                               raise_faraday_errors: false,
                                               logger: logger
end