Reference documentation and code samples for the Connectors V1 API class Google::Cloud::Connectors::V1::ListConnectorVersionsRequest.
Request message for Connectors.ListConnectorVersions.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — Page size.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — Page size.
Returns
- (::Integer) — Page size.
#page_token
def page_token() -> ::String
Returns
- (::String) — Page token.
#page_token=
def page_token=(value) -> ::String
Parameter
- value (::String) — Page token.
Returns
- (::String) — Page token.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. Parent resource of the connectors, of the form:
projects/*/locations/*/providers/*/connectors/*
Only global location is supported for ConnectorVersion resource.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. Parent resource of the connectors, of the form:
projects/*/locations/*/providers/*/connectors/*
Only global location is supported for ConnectorVersion resource.
Returns
-
(::String) — Required. Parent resource of the connectors, of the form:
projects/*/locations/*/providers/*/connectors/*
Only global location is supported for ConnectorVersion resource.
#view
def view() -> ::Google::Cloud::Connectors::V1::ConnectorVersionView
Returns
-
(::Google::Cloud::Connectors::V1::ConnectorVersionView) — Specifies which fields of the ConnectorVersion are returned in the
response. Defaults to
BASIC
view.
#view=
def view=(value) -> ::Google::Cloud::Connectors::V1::ConnectorVersionView
Parameter
-
value (::Google::Cloud::Connectors::V1::ConnectorVersionView) — Specifies which fields of the ConnectorVersion are returned in the
response. Defaults to
BASIC
view.
Returns
-
(::Google::Cloud::Connectors::V1::ConnectorVersionView) — Specifies which fields of the ConnectorVersion are returned in the
response. Defaults to
BASIC
view.