public static final class ServiceConnectionMap.ProducerPscConfig extends GeneratedMessageV3 implements ServiceConnectionMap.ProducerPscConfigOrBuilder
The PSC configurations on producer side.
Protobuf type
google.events.cloud.networkconnectivity.v1.ServiceConnectionMap.ProducerPscConfig
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ServiceConnectionMap.ProducerPscConfigStatic Fields
SERVICE_ATTACHMENT_URI_FIELD_NUMBER
public static final int SERVICE_ATTACHMENT_URI_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ServiceConnectionMap.ProducerPscConfig getDefaultInstance()
Returns | |
---|---|
Type | Description |
ServiceConnectionMap.ProducerPscConfig |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static ServiceConnectionMap.ProducerPscConfig.Builder newBuilder()
Returns | |
---|---|
Type | Description |
ServiceConnectionMap.ProducerPscConfig.Builder |
newBuilder(ServiceConnectionMap.ProducerPscConfig prototype)
public static ServiceConnectionMap.ProducerPscConfig.Builder newBuilder(ServiceConnectionMap.ProducerPscConfig prototype)
Parameter | |
---|---|
Name | Description |
prototype |
ServiceConnectionMap.ProducerPscConfig |
Returns | |
---|---|
Type | Description |
ServiceConnectionMap.ProducerPscConfig.Builder |
parseDelimitedFrom(InputStream input)
public static ServiceConnectionMap.ProducerPscConfig parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
ServiceConnectionMap.ProducerPscConfig |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ServiceConnectionMap.ProducerPscConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ServiceConnectionMap.ProducerPscConfig |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static ServiceConnectionMap.ProducerPscConfig parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
ServiceConnectionMap.ProducerPscConfig |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ServiceConnectionMap.ProducerPscConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ServiceConnectionMap.ProducerPscConfig |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ServiceConnectionMap.ProducerPscConfig parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
ServiceConnectionMap.ProducerPscConfig |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ServiceConnectionMap.ProducerPscConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ServiceConnectionMap.ProducerPscConfig |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ServiceConnectionMap.ProducerPscConfig parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
ServiceConnectionMap.ProducerPscConfig |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ServiceConnectionMap.ProducerPscConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ServiceConnectionMap.ProducerPscConfig |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static ServiceConnectionMap.ProducerPscConfig parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
ServiceConnectionMap.ProducerPscConfig |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ServiceConnectionMap.ProducerPscConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ServiceConnectionMap.ProducerPscConfig |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ServiceConnectionMap.ProducerPscConfig parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
ServiceConnectionMap.ProducerPscConfig |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ServiceConnectionMap.ProducerPscConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ServiceConnectionMap.ProducerPscConfig |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ServiceConnectionMap.ProducerPscConfig> parser()
Returns | |
---|---|
Type | Description |
Parser<ProducerPscConfig> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public ServiceConnectionMap.ProducerPscConfig getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ServiceConnectionMap.ProducerPscConfig |
getParserForType()
public Parser<ServiceConnectionMap.ProducerPscConfig> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<ProducerPscConfig> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
getServiceAttachmentUri()
public String getServiceAttachmentUri()
The resource path of a service attachment. Example: projects/{projectNumOrId}/regions/{region}/serviceAttachments/{resourceId}.
string service_attachment_uri = 1;
Returns | |
---|---|
Type | Description |
String |
The serviceAttachmentUri. |
getServiceAttachmentUriBytes()
public ByteString getServiceAttachmentUriBytes()
The resource path of a service attachment. Example: projects/{projectNumOrId}/regions/{region}/serviceAttachments/{resourceId}.
string service_attachment_uri = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for serviceAttachmentUri. |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns | |
---|---|
Type | Description |
UnknownFieldSet |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public ServiceConnectionMap.ProducerPscConfig.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
ServiceConnectionMap.ProducerPscConfig.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ServiceConnectionMap.ProducerPscConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
ServiceConnectionMap.ProducerPscConfig.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public ServiceConnectionMap.ProducerPscConfig.Builder toBuilder()
Returns | |
---|---|
Type | Description |
ServiceConnectionMap.ProducerPscConfig.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |