Video Stitcher V1 API - Class Google::Cloud::Video::Stitcher::V1::ListCdnKeysRequest (v0.3.0)

Reference documentation and code samples for the Video Stitcher V1 API class Google::Cloud::Video::Stitcher::V1::ListCdnKeysRequest.

Request message for VideoStitcherService.listCdnKeys.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#filter

def filter() -> ::String
Returns
  • (::String) — Filtering results

#filter=

def filter=(value) -> ::String
Parameter
  • value (::String) — Filtering results
Returns
  • (::String) — Filtering results

#order_by

def order_by() -> ::String
Returns
  • (::String) — Hint for how to order the results

#order_by=

def order_by=(value) -> ::String
Parameter
  • value (::String) — Hint for how to order the results
Returns
  • (::String) — Hint for how to order the results

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
Returns
  • (::Integer) — Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

#page_token

def page_token() -> ::String
Returns
  • (::String) — A token identifying a page of results the server should return.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — A token identifying a page of results the server should return.
Returns
  • (::String) — A token identifying a page of results the server should return.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The project that contains the list of CDN keys, in the form of projects/{project_number}/locations/{location}.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The project that contains the list of CDN keys, in the form of projects/{project_number}/locations/{location}.
Returns
  • (::String) — Required. The project that contains the list of CDN keys, in the form of projects/{project_number}/locations/{location}.