public static final class DomainMappingsGrpc.DomainMappingsBlockingV2Stub extends AbstractBlockingStub<DomainMappingsGrpc.DomainMappingsBlockingV2Stub>A stub to allow clients to do synchronous rpc calls to service DomainMappings.
Manages domains serving an application.
Inheritance
java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > DomainMappingsGrpc.DomainMappingsBlockingV2StubMethods
build(Channel channel, CallOptions callOptions)
protected DomainMappingsGrpc.DomainMappingsBlockingV2Stub build(Channel channel, CallOptions callOptions)| Parameters | |
|---|---|
| Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
| Returns | |
|---|---|
| Type | Description |
DomainMappingsGrpc.DomainMappingsBlockingV2Stub |
|
createDomainMapping(CreateDomainMappingRequest request)
public Operation createDomainMapping(CreateDomainMappingRequest request) Maps a domain to an application. A user must be authorized to administer a
domain in order to map it to an application. For a list of available
authorized domains, see AuthorizedDomains.ListAuthorizedDomains.
| Parameter | |
|---|---|
| Name | Description |
request |
CreateDomainMappingRequest |
| Returns | |
|---|---|
| Type | Description |
Operation |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|
deleteDomainMapping(DeleteDomainMappingRequest request)
public Operation deleteDomainMapping(DeleteDomainMappingRequest request) Deletes the specified domain mapping. A user must be authorized to
administer the associated domain in order to delete a DomainMapping
resource.
| Parameter | |
|---|---|
| Name | Description |
request |
DeleteDomainMappingRequest |
| Returns | |
|---|---|
| Type | Description |
Operation |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|
getDomainMapping(GetDomainMappingRequest request)
public DomainMapping getDomainMapping(GetDomainMappingRequest request)Gets the specified domain mapping.
| Parameter | |
|---|---|
| Name | Description |
request |
GetDomainMappingRequest |
| Returns | |
|---|---|
| Type | Description |
DomainMapping |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|
listDomainMappings(ListDomainMappingsRequest request)
public ListDomainMappingsResponse listDomainMappings(ListDomainMappingsRequest request)Lists the domain mappings on an application.
| Parameter | |
|---|---|
| Name | Description |
request |
ListDomainMappingsRequest |
| Returns | |
|---|---|
| Type | Description |
ListDomainMappingsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|
updateDomainMapping(UpdateDomainMappingRequest request)
public Operation updateDomainMapping(UpdateDomainMappingRequest request) Updates the specified domain mapping. To map an SSL certificate to a
domain mapping, update certificate_id to point to an AuthorizedCertificate
resource. A user must be authorized to administer the associated domain
in order to update a DomainMapping resource.
| Parameter | |
|---|---|
| Name | Description |
request |
UpdateDomainMappingRequest |
| Returns | |
|---|---|
| Type | Description |
Operation |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|