Reference documentation and code samples for the Cloud Gaming V1 API class Google::Cloud::Gaming::V1::TargetDetails.
Details about the Agones resources.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#fleet_details
def fleet_details() -> ::Array<::Google::Cloud::Gaming::V1::TargetDetails::TargetFleetDetails>
    Returns
    
  - (::Array<::Google::Cloud::Gaming::V1::TargetDetails::TargetFleetDetails>) — Agones fleet details for game server clusters and game server deployments.
 
#fleet_details=
def fleet_details=(value) -> ::Array<::Google::Cloud::Gaming::V1::TargetDetails::TargetFleetDetails>
    Parameter
    
  - value (::Array<::Google::Cloud::Gaming::V1::TargetDetails::TargetFleetDetails>) — Agones fleet details for game server clusters and game server deployments.
 
    Returns
    
  - (::Array<::Google::Cloud::Gaming::V1::TargetDetails::TargetFleetDetails>) — Agones fleet details for game server clusters and game server deployments.
 
#game_server_cluster_name
def game_server_cluster_name() -> ::String
    Returns
    
  - 
        (::String) — The game server cluster name. Uses the form:
projects/{project}/locations/{location}/realms/{realm}/gameServerClusters/{cluster}. 
#game_server_cluster_name=
def game_server_cluster_name=(value) -> ::String
    Parameter
    
  - 
        value (::String) — The game server cluster name. Uses the form:
projects/{project}/locations/{location}/realms/{realm}/gameServerClusters/{cluster}. 
    Returns
    
  - 
        (::String) — The game server cluster name. Uses the form:
projects/{project}/locations/{location}/realms/{realm}/gameServerClusters/{cluster}. 
#game_server_deployment_name
def game_server_deployment_name() -> ::String
    Returns
    
  - 
        (::String) — The game server deployment name. Uses the form:
projects/{project}/locations/{location}/gameServerDeployments/{deployment_id}. 
#game_server_deployment_name=
def game_server_deployment_name=(value) -> ::String
    Parameter
    
  - 
        value (::String) — The game server deployment name. Uses the form:
projects/{project}/locations/{location}/gameServerDeployments/{deployment_id}. 
    Returns
    
- 
        (::String) — The game server deployment name. Uses the form:
projects/{project}/locations/{location}/gameServerDeployments/{deployment_id}.