public static final class Logging.LoggingDestination extends GeneratedMessageV3 implements Logging.LoggingDestinationOrBuilder
Configuration of a specific logging destination (the producer project
or the consumer project).
Protobuf type google.api.Logging.LoggingDestination
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
Static Fields
LOGS_FIELD_NUMBER
public static final int LOGS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
MONITORED_RESOURCE_FIELD_NUMBER
public static final int MONITORED_RESOURCE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static Logging.LoggingDestination getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Logging.LoggingDestination.Builder newBuilder()
newBuilder(Logging.LoggingDestination prototype)
public static Logging.LoggingDestination.Builder newBuilder(Logging.LoggingDestination prototype)
public static Logging.LoggingDestination parseDelimitedFrom(InputStream input)
public static Logging.LoggingDestination parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static Logging.LoggingDestination parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Logging.LoggingDestination parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static Logging.LoggingDestination parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Logging.LoggingDestination parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Logging.LoggingDestination parseFrom(CodedInputStream input)
public static Logging.LoggingDestination parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Logging.LoggingDestination parseFrom(InputStream input)
public static Logging.LoggingDestination parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static Logging.LoggingDestination parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Logging.LoggingDestination parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<Logging.LoggingDestination> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public Logging.LoggingDestination getDefaultInstanceForType()
getLogs(int index)
public String getLogs(int index)
Names of the logs to be sent to this destination. Each name must
be defined in the Service.logs section. If the
log name is not a domain scoped name, it will be automatically prefixed
with the service name followed by "/".
repeated string logs = 1;
Parameter |
---|
Name | Description |
index | int
The index of the element to return.
|
Returns |
---|
Type | Description |
String | The logs at the given index.
|
getLogsBytes(int index)
public ByteString getLogsBytes(int index)
Names of the logs to be sent to this destination. Each name must
be defined in the Service.logs section. If the
log name is not a domain scoped name, it will be automatically prefixed
with the service name followed by "/".
repeated string logs = 1;
Parameter |
---|
Name | Description |
index | int
The index of the value to return.
|
Returns |
---|
Type | Description |
ByteString | The bytes of the logs at the given index.
|
getLogsCount()
public int getLogsCount()
Names of the logs to be sent to this destination. Each name must
be defined in the Service.logs section. If the
log name is not a domain scoped name, it will be automatically prefixed
with the service name followed by "/".
repeated string logs = 1;
Returns |
---|
Type | Description |
int | The count of logs.
|
getLogsList()
public ProtocolStringList getLogsList()
Names of the logs to be sent to this destination. Each name must
be defined in the Service.logs section. If the
log name is not a domain scoped name, it will be automatically prefixed
with the service name followed by "/".
repeated string logs = 1;
getMonitoredResource()
public String getMonitoredResource()
The monitored resource type. The type must be defined in the
Service.monitored_resources
section.
string monitored_resource = 3;
Returns |
---|
Type | Description |
String | The monitoredResource.
|
getMonitoredResourceBytes()
public ByteString getMonitoredResourceBytes()
The monitored resource type. The type must be defined in the
Service.monitored_resources
section.
string monitored_resource = 3;
Returns |
---|
Type | Description |
ByteString | The bytes for monitoredResource.
|
getParserForType()
public Parser<Logging.LoggingDestination> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Logging.LoggingDestination.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Logging.LoggingDestination.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public Logging.LoggingDestination.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides