public interface DeliverInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getGoogleServiceType()
public abstract DeliverInfo.GoogleServiceType getGoogleServiceType()Recognized type of a Google Service the packet is delivered to (if applicable).
.google.cloud.networkmanagement.v1beta1.DeliverInfo.GoogleServiceType google_service_type = 6;
| Returns | |
|---|---|
| Type | Description |
DeliverInfo.GoogleServiceType |
The googleServiceType. |
getGoogleServiceTypeValue()
public abstract int getGoogleServiceTypeValue()Recognized type of a Google Service the packet is delivered to (if applicable).
.google.cloud.networkmanagement.v1beta1.DeliverInfo.GoogleServiceType google_service_type = 6;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for googleServiceType. |
getIpAddress()
public abstract String getIpAddress()IP address of the target (if applicable).
string ip_address = 3 [(.google.api.field_info) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The ipAddress. |
getIpAddressBytes()
public abstract ByteString getIpAddressBytes()IP address of the target (if applicable).
string ip_address = 3 [(.google.api.field_info) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for ipAddress. |
getPscGoogleApiTarget()
public abstract String getPscGoogleApiTarget()PSC Google API target the packet is delivered to (if applicable).
string psc_google_api_target = 5;
| Returns | |
|---|---|
| Type | Description |
String |
The pscGoogleApiTarget. |
getPscGoogleApiTargetBytes()
public abstract ByteString getPscGoogleApiTargetBytes()PSC Google API target the packet is delivered to (if applicable).
string psc_google_api_target = 5;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pscGoogleApiTarget. |
getResourceUri()
public abstract String getResourceUri()URI of the resource that the packet is delivered to.
string resource_uri = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The resourceUri. |
getResourceUriBytes()
public abstract ByteString getResourceUriBytes()URI of the resource that the packet is delivered to.
string resource_uri = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for resourceUri. |
getStorageBucket()
public abstract String getStorageBucket()Name of the Cloud Storage Bucket the packet is delivered to (if applicable).
string storage_bucket = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The storageBucket. |
getStorageBucketBytes()
public abstract ByteString getStorageBucketBytes()Name of the Cloud Storage Bucket the packet is delivered to (if applicable).
string storage_bucket = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for storageBucket. |
getTarget()
public abstract DeliverInfo.Target getTarget()Target type where the packet is delivered to.
.google.cloud.networkmanagement.v1beta1.DeliverInfo.Target target = 1;
| Returns | |
|---|---|
| Type | Description |
DeliverInfo.Target |
The target. |
getTargetValue()
public abstract int getTargetValue()Target type where the packet is delivered to.
.google.cloud.networkmanagement.v1beta1.DeliverInfo.Target target = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for target. |