Send feedback
Class PscPropagationStatus (1.75.0)
Stay organized with collections
Save and categorize content based on your preferences.
public final class PscPropagationStatus extends GeneratedMessageV3 implements PscPropagationStatusOrBuilder
The status of one or more propagated Private Service Connect connections in a
hub.
Protobuf type google.cloud.networkconnectivity.v1.PscPropagationStatus
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
CODE_FIELD_NUMBER
public static final int CODE_FIELD_NUMBER
Field Value
Type
Description
int
MESSAGE_FIELD_NUMBER
public static final int MESSAGE_FIELD_NUMBER
Field Value
Type
Description
int
SOURCE_FORWARDING_RULE_FIELD_NUMBER
public static final int SOURCE_FORWARDING_RULE_FIELD_NUMBER
Field Value
Type
Description
int
SOURCE_GROUP_FIELD_NUMBER
public static final int SOURCE_GROUP_FIELD_NUMBER
Field Value
Type
Description
int
SOURCE_SPOKE_FIELD_NUMBER
public static final int SOURCE_SPOKE_FIELD_NUMBER
Field Value
Type
Description
int
TARGET_GROUP_FIELD_NUMBER
public static final int TARGET_GROUP_FIELD_NUMBER
Field Value
Type
Description
int
TARGET_SPOKE_FIELD_NUMBER
public static final int TARGET_SPOKE_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static PscPropagationStatus getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static PscPropagationStatus . Builder newBuilder ()
newBuilder(PscPropagationStatus prototype)
public static PscPropagationStatus . Builder newBuilder ( PscPropagationStatus prototype )
public static PscPropagationStatus parseDelimitedFrom ( InputStream input )
public static PscPropagationStatus parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static PscPropagationStatus parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static PscPropagationStatus parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static PscPropagationStatus parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static PscPropagationStatus parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static PscPropagationStatus parseFrom ( CodedInputStream input )
public static PscPropagationStatus parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static PscPropagationStatus parseFrom ( InputStream input )
public static PscPropagationStatus parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static PscPropagationStatus parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static PscPropagationStatus parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<PscPropagationStatus> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getCode()
public PscPropagationStatus . Code getCode ()
The propagation status.
.google.cloud.networkconnectivity.v1.PscPropagationStatus.Code code = 6;
getCodeValue()
public int getCodeValue ()
The propagation status.
.google.cloud.networkconnectivity.v1.PscPropagationStatus.Code code = 6;
Returns
Type
Description
int
The enum numeric value on the wire for code.
getDefaultInstanceForType()
public PscPropagationStatus getDefaultInstanceForType ()
getMessage()
public String getMessage ()
The human-readable summary of the Private Service Connect connection
propagation status.
string message = 7;
Returns
Type
Description
String
The message.
getMessageBytes()
public ByteString getMessageBytes ()
The human-readable summary of the Private Service Connect connection
propagation status.
string message = 7;
Returns
Type
Description
ByteString
The bytes for message.
getParserForType()
public Parser<PscPropagationStatus> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getSourceForwardingRule()
public String getSourceForwardingRule ()
The name of the forwarding rule exported to the hub.
string source_forwarding_rule = 3;
Returns
Type
Description
String
The sourceForwardingRule.
getSourceForwardingRuleBytes()
public ByteString getSourceForwardingRuleBytes ()
The name of the forwarding rule exported to the hub.
string source_forwarding_rule = 3;
Returns
Type
Description
ByteString
The bytes for sourceForwardingRule.
getSourceGroup()
public String getSourceGroup ()
The name of the group that the source spoke belongs to.
string source_group = 2;
Returns
Type
Description
String
The sourceGroup.
getSourceGroupBytes()
public ByteString getSourceGroupBytes ()
The name of the group that the source spoke belongs to.
string source_group = 2;
Returns
Type
Description
ByteString
The bytes for sourceGroup.
getSourceSpoke()
public String getSourceSpoke ()
The name of the spoke that the source forwarding rule belongs to.
string source_spoke = 1;
Returns
Type
Description
String
The sourceSpoke.
getSourceSpokeBytes()
public ByteString getSourceSpokeBytes ()
The name of the spoke that the source forwarding rule belongs to.
string source_spoke = 1;
Returns
Type
Description
ByteString
The bytes for sourceSpoke.
getTargetGroup()
public String getTargetGroup ()
The name of the group that the target spoke belongs to.
string target_group = 5;
Returns
Type
Description
String
The targetGroup.
getTargetGroupBytes()
public ByteString getTargetGroupBytes ()
The name of the group that the target spoke belongs to.
string target_group = 5;
Returns
Type
Description
ByteString
The bytes for targetGroup.
getTargetSpoke()
public String getTargetSpoke ()
The name of the spoke that the source forwarding rule propagates to.
string target_spoke = 4;
Returns
Type
Description
String
The targetSpoke.
getTargetSpokeBytes()
public ByteString getTargetSpokeBytes ()
The name of the spoke that the source forwarding rule propagates to.
string target_spoke = 4;
Returns
Type
Description
ByteString
The bytes for targetSpoke.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public PscPropagationStatus . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected PscPropagationStatus . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public PscPropagationStatus . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-11 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-11 UTC."],[],[]]