Modifier and Type | Class and Description |
---|---|
class |
Compute.WireGroups.Delete |
class |
Compute.WireGroups.Get |
class |
Compute.WireGroups.Insert |
class |
Compute.WireGroups.List |
class |
Compute.WireGroups.Patch |
Constructor and Description |
---|
WireGroups() |
Modifier and Type | Method and Description |
---|---|
Compute.WireGroups.Delete |
delete(String project,
String crossSiteNetwork,
String wireGroup)
Deletes the specified wire group in the given scope.
|
Compute.WireGroups.Get |
get(String project,
String crossSiteNetwork,
String wireGroup)
Gets the specified wire group resource in the given scope.
|
Compute.WireGroups.Insert |
insert(String project,
String crossSiteNetwork,
WireGroup content)
Creates a wire group in the specified project in the given scope using the parameters that are
included in the request.
|
Compute.WireGroups.List |
list(String project,
String crossSiteNetwork)
Lists the wire groups for a project in the given scope.
|
Compute.WireGroups.Patch |
patch(String project,
String crossSiteNetwork,
String wireGroup,
WireGroup content)
Updates the specified wire group resource with the data included in the request.
|
public Compute.WireGroups.Delete delete(String project, String crossSiteNetwork, String wireGroup) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.crossSiteNetwork
- wireGroup
- Name of the wire group resource to delete.IOException
public Compute.WireGroups.Get get(String project, String crossSiteNetwork, String wireGroup) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.crossSiteNetwork
- wireGroup
- Name of the wire group resource to return.IOException
public Compute.WireGroups.Insert insert(String project, String crossSiteNetwork, WireGroup content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.crossSiteNetwork
- content
- the WireGroup
IOException
public Compute.WireGroups.List list(String project, String crossSiteNetwork) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.crossSiteNetwork
- IOException
public Compute.WireGroups.Patch patch(String project, String crossSiteNetwork, String wireGroup, WireGroup content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.crossSiteNetwork
- wireGroup
- Name of the WireGroups resource to patch.content
- the WireGroup
IOException
Copyright © 2011–2025 Google. All rights reserved.