Class CampaignLabelServiceGrpc.CampaignLabelServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<CampaignLabelServiceGrpc.CampaignLabelServiceBlockingStub>
-
- com.google.ads.googleads.v10.services.CampaignLabelServiceGrpc.CampaignLabelServiceBlockingStub
-
- Enclosing class:
- CampaignLabelServiceGrpc
public static final class CampaignLabelServiceGrpc.CampaignLabelServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<CampaignLabelServiceGrpc.CampaignLabelServiceBlockingStub>
Service to manage labels on campaigns.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CampaignLabelServiceGrpc.CampaignLabelServiceBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)MutateCampaignLabelsResponsemutateCampaignLabels(MutateCampaignLabelsRequest request)Creates and removes campaign-label relationships.
-
-
-
Method Detail
-
build
protected CampaignLabelServiceGrpc.CampaignLabelServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<CampaignLabelServiceGrpc.CampaignLabelServiceBlockingStub>
-
mutateCampaignLabels
public MutateCampaignLabelsResponse mutateCampaignLabels(MutateCampaignLabelsRequest request)
Creates and removes campaign-label relationships. Operation statuses are returned. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [DatabaseError]() [FieldError]() [HeaderError]() [InternalError]() [LabelError]() [MutateError]() [NewResourceCreationError]() [QuotaError]() [RequestError]()
-
-