Sha256: 2fe853341f9e4c554ebf42f3485737b91c2b6f0330f73fe45b44120f774a6007

Contents?: true

Size: 1.65 KB

Versions: 4

Compression:

Stored size: 1.65 KB

Contents

# frozen_string_literal: true

# Copyright 2024 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# Auto-generated by gapic-generator-ruby. DO NOT EDIT!


module Google
  module Ads
    module AdManager
      module V1
        # Request to get Network
        # @!attribute [rw] name
        #   @return [::String]
        #     Required. Resource name of Network.
        #     Format: networks/\\{network_code}
        class GetNetworkRequest
          include ::Google::Protobuf::MessageExts
          extend ::Google::Protobuf::MessageExts::ClassMethods
        end

        # Request object for `ListNetworks` method.
        class ListNetworksRequest
          include ::Google::Protobuf::MessageExts
          extend ::Google::Protobuf::MessageExts::ClassMethods
        end

        # Response object for `ListNetworks` method.
        # @!attribute [rw] networks
        #   @return [::Array<::Google::Ads::AdManager::V1::Network>]
        #     The `Network`s a user has access to.
        class ListNetworksResponse
          include ::Google::Protobuf::MessageExts
          extend ::Google::Protobuf::MessageExts::ClassMethods
        end
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
google-ads-ad_manager-v1-1.0.0 proto_docs/google/ads/admanager/v1/network_service.rb
google-ads-ad_manager-v1-0.3.0 proto_docs/google/ads/admanager/v1/network_service.rb
google-ads-ad_manager-v1-0.2.0 proto_docs/google/ads/admanager/v1/network_service.rb
google-ads-ad_manager-v1-0.1.0 proto_docs/google/ads/admanager/v1/network_service.rb