- 1.52.0 (latest)
- 1.51.0
- 1.50.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.6
- 1.1.0
- 1.0.4
- 0.4.4
public interface ConditionContextOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDestination()
public abstract ConditionContext.Peer getDestination()
The destination of a network activity, such as accepting a TCP connection. In a multi-hop network activity, the destination represents the receiver of the last hop.
.google.cloud.policytroubleshooter.iam.v3.ConditionContext.Peer destination = 2;
Returns | |
---|---|
Type | Description |
ConditionContext.Peer |
The destination. |
getDestinationOrBuilder()
public abstract ConditionContext.PeerOrBuilder getDestinationOrBuilder()
The destination of a network activity, such as accepting a TCP connection. In a multi-hop network activity, the destination represents the receiver of the last hop.
.google.cloud.policytroubleshooter.iam.v3.ConditionContext.Peer destination = 2;
Returns | |
---|---|
Type | Description |
ConditionContext.PeerOrBuilder |
getEffectiveTags(int index)
public abstract ConditionContext.EffectiveTag getEffectiveTags(int index)
Output only. The effective tags on the resource. The effective tags are fetched during troubleshooting.
repeated .google.cloud.policytroubleshooter.iam.v3.ConditionContext.EffectiveTag effective_tags = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ConditionContext.EffectiveTag |
getEffectiveTagsCount()
public abstract int getEffectiveTagsCount()
Output only. The effective tags on the resource. The effective tags are fetched during troubleshooting.
repeated .google.cloud.policytroubleshooter.iam.v3.ConditionContext.EffectiveTag effective_tags = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
getEffectiveTagsList()
public abstract List<ConditionContext.EffectiveTag> getEffectiveTagsList()
Output only. The effective tags on the resource. The effective tags are fetched during troubleshooting.
repeated .google.cloud.policytroubleshooter.iam.v3.ConditionContext.EffectiveTag effective_tags = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
List<EffectiveTag> |
getEffectiveTagsOrBuilder(int index)
public abstract ConditionContext.EffectiveTagOrBuilder getEffectiveTagsOrBuilder(int index)
Output only. The effective tags on the resource. The effective tags are fetched during troubleshooting.
repeated .google.cloud.policytroubleshooter.iam.v3.ConditionContext.EffectiveTag effective_tags = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ConditionContext.EffectiveTagOrBuilder |
getEffectiveTagsOrBuilderList()
public abstract List<? extends ConditionContext.EffectiveTagOrBuilder> getEffectiveTagsOrBuilderList()
Output only. The effective tags on the resource. The effective tags are fetched during troubleshooting.
repeated .google.cloud.policytroubleshooter.iam.v3.ConditionContext.EffectiveTag effective_tags = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.policytroubleshooter.iam.v3.ConditionContext.EffectiveTagOrBuilder> |
getRequest()
public abstract ConditionContext.Request getRequest()
Represents a network request, such as an HTTP request.
.google.cloud.policytroubleshooter.iam.v3.ConditionContext.Request request = 3;
Returns | |
---|---|
Type | Description |
ConditionContext.Request |
The request. |
getRequestOrBuilder()
public abstract ConditionContext.RequestOrBuilder getRequestOrBuilder()
Represents a network request, such as an HTTP request.
.google.cloud.policytroubleshooter.iam.v3.ConditionContext.Request request = 3;
Returns | |
---|---|
Type | Description |
ConditionContext.RequestOrBuilder |
getResource()
public abstract ConditionContext.Resource getResource()
Represents a target resource that is involved with a network activity. If multiple resources are involved with an activity, this must be the primary one.
.google.cloud.policytroubleshooter.iam.v3.ConditionContext.Resource resource = 1;
Returns | |
---|---|
Type | Description |
ConditionContext.Resource |
The resource. |
getResourceOrBuilder()
public abstract ConditionContext.ResourceOrBuilder getResourceOrBuilder()
Represents a target resource that is involved with a network activity. If multiple resources are involved with an activity, this must be the primary one.
.google.cloud.policytroubleshooter.iam.v3.ConditionContext.Resource resource = 1;
Returns | |
---|---|
Type | Description |
ConditionContext.ResourceOrBuilder |
hasDestination()
public abstract boolean hasDestination()
The destination of a network activity, such as accepting a TCP connection. In a multi-hop network activity, the destination represents the receiver of the last hop.
.google.cloud.policytroubleshooter.iam.v3.ConditionContext.Peer destination = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the destination field is set. |
hasRequest()
public abstract boolean hasRequest()
Represents a network request, such as an HTTP request.
.google.cloud.policytroubleshooter.iam.v3.ConditionContext.Request request = 3;
Returns | |
---|---|
Type | Description |
boolean |
Whether the request field is set. |
hasResource()
public abstract boolean hasResource()
Represents a target resource that is involved with a network activity. If multiple resources are involved with an activity, this must be the primary one.
.google.cloud.policytroubleshooter.iam.v3.ConditionContext.Resource resource = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the resource field is set. |